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);
;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