PHP will stop whatever it's doing after 30 seconds as the visitor would be waiting too long. Is there any way to dissable this?
I'm doing this for a page which I use offline anyway (localhost) so I know that I'll have to wait.
Printable View
PHP will stop whatever it's doing after 30 seconds as the visitor would be waiting too long. Is there any way to dissable this?
I'm doing this for a page which I use offline anyway (localhost) so I know that I'll have to wait.
Open up PHP.INI and set the
max_execution_time
value.
oh, you can also use this function:
http://in.php.net/function.set-time-limit
It resets the counter, so give yourself a nice value in there.
thanks a million.
Indeed. Now worship me. :afrog: :D