Wednesday 5 February 2014

Filled Under:

how to increase php execution time in php.ini

set in php.ini file and restart your webserver.the default time is 30 seconds
;max_execution_time = 30  to  max_execution_time = 3000

      other solution is place below code at the top of your PHP script. this function does not effect when running php.
ini_set('max_execution_time', 300);




0 comments:

Post a Comment