[PHP] Alter the Loop Timeout limit???

2003-10-09 Thread Scott Fletcher
Argh I can't find the PHP function at www.php.net where I can alter the loop timeout in seconds for the loop that exceed 30 seconds... Yes, I know there is a setting in the php.ini for that but that affect every webpages. I only need the php function only for just one webpage, that is a

RE: [PHP] Alter the Loop Timeout limit???

2003-10-09 Thread Jay Blanchard
[snip] Argh [/snip] set_time_limit(n); Where n is an integer in seconds -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Alter the Loop Timeout limit???

2003-10-09 Thread Scott Fletcher
Thanks!!! Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] Argh [/snip] set_time_limit(n); Where n is an integer in seconds -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php