Sometimes you need to upload the file to another server. Using CodeIgniter's upload and FTP library you can upload images or files to another server easily. CodeIgniter provides FTP class to transfer file to the remote server. At first we will upload the f...

By: CodexWorld Dec 11, 2015
PHP

The CAPTCHA in the web application is used to protect the web form from bots and spam submissions. Nowadays, CAPTCHA is also used in web pages to validate user access and prevent bots from accessing the website. Mostly, you need to add CAPTCHA for protecti...

By: CodexWorld Apr 26, 2023

Are you want to build the newsletter subscribers list and send your post updates to the subscribers? This tutorial will explain how can you manage your website subscribers with WordPress and MailChimp. Learn easy way to integrate MailChimp into wordpress a...

By: CodexWorld Sep 2, 2015

Learn CakePHP's advanced functionality through creating a blog post application as an example. Insert, update and delete blog posts in CakePHP framework with our CakePHP 3.x advanced tutorial. This step by step guide lets you to learn CakePHP advanced feat...

By: CodexWorld Aug 26, 2015
PHP

This article will explain how to convert color code from Hex to RGB or Hex to RGB using PHP. We have created a PHP function for converting the color code to RGB or Hex. rgb2hex2rgb() function makes color conversion simple.

By: CodexWorld Apr 22, 2016

Facebook Page Plugin helps you to embed and promote Facebook Page on your website. Visitors can like and share your Facebook Page without leaving your site. This tutorial helped you to add Facebook Page plugin and display the Facebook activity feed on your...

By: CodexWorld Aug 19, 2015

Create your own Drupal theme from scratch. This tutorial helps you to create Drupal 7 custom theme. Following our step by step tutorial you would be able to build your own drupal theme. Also we have created a simple Drupal responsive theme based on our Dru...

By: CodexWorld Apr 22, 2016
PHP

Twitter Embedded Timelines provides an easy way to display the latest tweets from the Twitter account on the website. But there is a limitation for styling the Twitter feed list as per the website design. Custom Twitter feed helps to list the latest tweets...

By: CodexWorld Jul 10, 2018

In this tutorial we'll provide the easy way to creating Twitter Application. For using Twitter OAuth you need to create a Twitter App and API details. Create Twitter Apps and generate Consumer Key (API Key), Consumer Secret (API Secret), Access Token and A...

By: CodexWorld Aug 9, 2015
PHP

Many times we are needed to extracting zipcode from address in our project. Using Google Maps API we can easily get zipcode from address. Learn how to get zipcode from address using Google Maps API and PHP. We had created a simple script for getting zipcod...

By: CodexWorld Apr 27, 2016

CakePHP has released 3.x versions with many changes. Learn CakePHP 3.x framework installation, configuration and application development from scratch. Our step by step CakePHP 3.x tutorial helps beginner for learn CakePHP 3.x from scratch. Also we will dev...

By: CodexWorld Aug 27, 2015
keyboard_double_arrow_up