To Increase Default Execution time of PHP Script Follow the steps
1). Open PHP.INI fileLocation : C:\xampp\php
search max_execution_time = 30
replace it with
max_execution_time=300
see the snap
How to increase the Default Execution time of PHP Script
If you are doing it on serverthen simple put the
ini_set("max_execution_time",300);
function the the script.
How to Increase Default Execution time of PHP Script
Reviewed by Unknown
on
21:57
Rating:
No comments: