CodeIgniter Simple Login Form With Sessions

In this tutorial, we are going to learn about creating a simple login form in CodeIgniter. In login form, we made registration module, login module and admin panel using sessions. We also have a paid ready-to-use advance login & registration module built on CodeIgniter that you can check out at CodeIgniter Login Registration Form. Creating sessions …

CodeIgniter : PHP Curl library with SSL Example

In this tutorial, I’ll give you brief description on using PHP cURL library or function in CodeIgniter. Now what is cURL and Why it is being used..??  cURL stands for ‘client URL’. In PHP cURL library let you make HTTP requests. PHP supports libcurl that permits to connect and communicate with different types of servers protocols. cURL is used to get content from another websites through the …

Upload Multiple Images Using PHP and jQuery

In this blog we focused on Multiple Image uploading functionality using PHP and jQuery in forms.

There is an Add More Files button which allows user to dynamically create above input tag, type=” file” Just click on live demo or follow our codes to use it.

CodeIgniter Input Form Setting

CodeIgniter comes with various pre-defined settings in it’s config.php file, but for form processing developer needs to manually configure some parameters.

This tutorial will demonstrate how to configure manually your CodeIgniter framework for form processing.