How to increase Execution Time Limit in php Using ini_set()

June 9, 2010 | Filed Under PHP | Comments Off

To   increase the execution time for any php script simple use below code.

ini_set(‘max_execution_time’, 240); //240seconds = 4 minutes

Comments

Comments are closed.

© PHPInterviewQuestion.com 2009 - 2012

eXTReMe Tracker