1 | ini_set('max_execution_time', 300); //300 seconds = 5 minutes |
Place this at the top of your PHP script and let your script loose!
1 | ini_set('max_execution_time', 300); //300 seconds = 5 minutes |
Place this at the top of your PHP script and let your script loose!