Tag Archives: codeigniter cms

Insert and List the data in codeigniter

Its a simple student entry form and listing of the entered students.You can follow the below steps to do this Step1: create a database named (studentdatabase) in the mysql using phpmyadmin. Below query u can execute through phpmyadmin

Step2: Configuration changes in different pages. In Application/config/routes.php $route[‘default_controller’] = “register”; default_controller will be a “welcome”… Read More »