Gareth,
PHP has a default 30 second timeout. This can be changed in php.ini (not
reccomended) or by set_time_limit
(http://www.php.net/manual/en/function.set-time-limit.php). Set it to "0"
to disable the timout script.
-Dash
"I think the sky is blue because it's a shift from black through purple
Hi,
I am trying to write some code to sit and wait for an entry in a table, once an entry
is made it is processed and then the waiting loop begins again. Problem is that after
a period of time the code just stops, almost like a timeout with no error message or
any indication of why. This is the