On 08 Aug 2001 13:11:57 -0600, Jason Radley wrote:
> 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?

PHP+browser are not meant to do such job. If you really like to do then:

1. PHP timeout is configurable (check the {PHP manual)
2. Run PHP processor from command line.

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Security Administrator
/_/  /_/\_, /___/\___\_\___/   Hong Kong, China
       <___/   www.mysql.com


---------------------------------------------------------------------
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