Forum Moderators: coopster
Basically I want the page to tell the server - 'I'm gonna take a long time, don't cut me off'
Thanks in advance for any comments/answers
[us2.php.net...]
The set_time_limit function allows you to set the number of seconds before the script will timeout. The 'timer' gets reset to zero everytime the function is executed, thus buying even more time for execution.