--dave
- Original Message -
From: "Martin E. Koss" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 12, 2001 9:50 PM
Subject: [PHP-WIN] Run a script for 20minutes
> Hi,
> I have PHP3 and MySQL on Win98 and a
You could try putting this at the top of your script:
ignore_user_abort(true);
Although, if it taking 20-30 mins, then I think you may need to optimize
your code, or get a WinNT box with a bit more boot.
If you want, I can quote
-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel:
Hi,
I have PHP3 and MySQL on Win98 and am trying to run a script that loops
through a file making process and it needs about 20 - 30 minutes to run. It
generates static HTML files based on content in a database. I've increased
Internet Explorer's timeout to allow for this but for some reason only