navigation

How to Increase Default Execution time of PHP Script

To  Increase Default Execution time of PHP Script Follow the steps

1). Open PHP.INI file
Location :  C:\xampp\php
search max_execution_time = 30
replace it with
max_execution_time=300

see the snap
save it and restart the apache and mysql services.

How to increase the  Default Execution time of PHP Script

If you are doing it on server
then simple put the

ini_set("max_execution_time",300);

 function the the script.
How to Increase Default Execution time of PHP Script How to Increase Default Execution time of PHP Script Reviewed by Unknown on 21:57 Rating: 5

No comments:

Powered by Blogger.