RE: mysql-php mailing list

2001-08-09 Thread Jason Radley
Thank you all for your help!!! The problem was set_time_limit(0); Thank YOU ALL! -Original Message- From: Werner Stuerenburg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 4:20 PM To: Jason Radley Cc: [EMAIL PROTECTED] Subject: Re: mysql-php mailing list Jason Radley

Re: mysql-php mailing list

2001-08-08 Thread Werner Stuerenburg
Jason Radley schrieb am Mittwoch, 8. August 2001, 21:11:57: > 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 ou

Re: mysql-php mailing list

2001-08-08 Thread Tonu Samuel
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. A

Re: mysql-php mailing list

2001-08-08 Thread Jason Burfield
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

Re: mysql-php mailing list

2001-08-08 Thread Stefan Hinz
Dear Jason, maybe the problem is your provider cut CPU time to something like 6 seconds per call? Here in Germany, we have ISPs that do exactly this. So, it's actually not a timeout but rather a "CPU out". Ask your ISP for such restrictions. Hope it helps. Regards, -- Stefan Hinz Geschäfts