I am using phpMyAdmin from a website vendor.
It seems that i can not edit php.ini settings page. so where to set ini_set('max_execution_time', 300); ? In my Php coding page ? or any settings page ?
I am using phpMyAdmin from a website vendor.
It seems that i can not edit php.ini settings page. so where to set ini_set('max_execution_time', 300); ? In my Php coding page ? or any settings page ?
If you cannot edit php.ini configuration, then you can set following at top of your PHP page:
Note: set_time_limit(): This function has no effect when PHP is running in safe mode.