Prism ICT

Blog

At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services

Default image

WordPress Redirecting too many time after enable SSL

Sometime we have to change our wordpress website URL. but always it's not work as we respect. From yesterday I'm facing the same issue. I was trying to add SSL

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 = $this->db->count_all_results('users', false); $this->limi(10, 2); $Query = $this->db->get();  

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 your php.ini file. Hope this will solved your problem. #

1 10 11 12 13 14 19