Delete Multiple Rows using Checkbox in Codeigniter 3 In this section, we are going to learn the use of the CodeIgniter application…
basic concept
-
-
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…
-
Preventing, Enabling from CSRF In this tutorial we’ll learn to protect CodeIgniter application from the cross-site request forgery attack. It is one…
-
CodeIgniter Database INSERT record In this example, we will INSERT different values in database showing meaning of Indian names through CodeIgniter. In…
-
CodeIgniter Security Class CodeIgniter contain security class methods which will help to create a secure application and process input data. The methods…
-
Login page (with database) In earlier example, we learnt a simple login page with one single username and session. Now we’ll make…
-
CodeIgniter Tutorial CodeIgniter tutorial provides basic and advanced concepts of CodeIgniter. Our CodeIgniter tutorial is designed for beginners and professionals. CodeIgniter is…