Delete Multiple Rows using Checkbox in Codeigniter 3 In this section, we are going to learn the use of the CodeIgniter application…
Codeigniter Tutorial
Dynamic Highcharts in Codeigniter 3 In this section, we are going to use Codeigniter 3 so that we can get dynamic highcharts.…
CodeIgniter URL CodeIgniter URLs are SEO friendly. Instead of using a ‘query-string’ approach, it uses a segment-based approach. Basic URL structure abc.com/class/function/ID…
Welcome to my site CodeIgniter is PHP driven framework but it’s not a PHP substitute. Diving into CodeIgniter doesn?t mean you are…
Database Configuration In CodeIgniter, go to application/config/databse.php for database configuration file. In database.php file, fill the entries to connect CodeIgniter folder to…
Passing Parameters in CodeIgniter Now we’ll see an example to pass parameters from controller to view. 1) Download CodeIgniter and name it.…
CodeIgniter Database INSERT record In this example, we will INSERT different values in database showing meaning of Indian names through CodeIgniter. In…
Preventing, Enabling from CSRF In this tutorial we’ll learn to protect CodeIgniter application from the cross-site request forgery attack. It is one…
Login page (with database) In earlier example, we learnt a simple login page with one single username and session. Now we’ll make…
CodeIgniter Security Class CodeIgniter contain security class methods which will help to create a secure application and process input data. The methods…