Looks like your script is hitting max execution time, as has already been
pointed out.

Rather than increasing the max execution time in php.ini, you can just call
set_time_limit(time in seconds, or 0 for no limit)
which will increase the execution time for just this script, thereby
minimising the possibility of being caught out by errant scripts running
away with your machine.

Cheers
--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to