How to increase Maximum Execution Time of php.ini in PHP?
Wednesday, February 24, 2010 0:56Posted in category PHP Interview Questions
No Comments
You can increase Maximum Execution Time for PHP Script through following code:
ini_set("max_execution_time", "300") //300 seconds
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.


