How to increase Maximum Execution Time of php.ini in PHP?

Wednesday, February 24, 2010 0:56

You can increase Maximum Execution Time for PHP Script through following code:

ini_set("max_execution_time", "300") //300 seconds
  • Share/Bookmark
You can leave a response, or trackback from your own site.

Leave a Reply