Home Answers Viewqa PHP How to Increase Script Execution Time Limit in php ?

 
 


laeeq khan
How to Increase Script Execution Time Limit in php ?
1 Answer(s)      9 months ago
Posted in : PHP

Increase Script Execution Time Limit in php configuration

View Answers

August 2, 2012 at 11:12 AM


Sometimes you need to execute a large php script. Because of PHPâ??s default execution time settings thatâ??s only 30 seconds, which causes script execution timeout error. But you can avoid this error by increasing script execution time limit in your PHP.INI file or you can set it in your PHP script.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.