Prism ICT

Default image

codeigniter count_all_results without reset query

If you want to count total data from table before get result then you can follow below codex. $this->select('Name'); $TotalData

Default image

Input variables exceeded 1000, change max_input_vars in php.ini

Locate your running php.ini for your selected project where you getting this error. Then simple add this below code inside