To increase the execution time for any php script simple use below code.
ini_set(‘max_execution_time’, 240); //240seconds = 4 minutes
To increase the execution time for any php script simple use below code.
ini_set(‘max_execution_time’, 240); //240seconds = 4 minutes
© PHPInterviewQuestion.com 2009 - 2012

Comments