CodeIgniter sometimes shows No input file specified error when switching to a new page, Its usually occurs…
The last executed query can be retrieved in Codeigniter using the function $lastquery = $this->db->last_query(); echo $lastquery;…
In Codeigniter we can added any number of config variables for the site. Follow the step to…