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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.