Add this to the top of the script:

    set_time_limit(0);

That will set the time out to 0, so it will never time out.

  --  Jason


On 8/8/01 3:11 PM, Jason Radley was heard saying:

> I have written a php script to get all the clients
> for a mysql table and send them emails.  The
> problem is when the script is doing its job the
> browser times out and it stops the script.  so I
> am sending about 300 email out of 3000. And the
> browser said page not found.
> Any ideas?
> Thanks
> Jason
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
> http://www.mysql.com/manual.php   (the manual)
> http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to