Re: [PHP-WIN] long admin processes. script timeout.

2002-09-19 Thread William
That's just what I needed. Thanks "Richard Black" <[EMAIL PROTECTED]> wrote in message 006f01c25ffa$5002aad0$0900a8c0@DVLAPTOP1">news:006f01c25ffa$5002aad0$0900a8c0@DVLAPTOP1... > The set_time_limit() function can be used to stop your script from > timing out, without having to change your php.i

RE: [PHP-WIN] long admin processes. script timeout.

2002-09-19 Thread Richard Black
The set_time_limit() function can be used to stop your script from timing out, without having to change your php.ini file and give all scripts a huge time limit. http://www.php.net/manual/en/function.set-time-limit.php As for performance of other users... Probably depends on what is making the s