Question :
Max execution time for PHP
Answer :
The default maximum execution time for a PHP script is 30 seconds, however if this is not long enough, you can override this setting in your script.
Was this answer useful to you?