RE: [PHP-DB] Problem with mail function

2002-01-16 Thread Beau Lebens
- // From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] // Sent: Tuesday, 15 January 2002 1:52 AM // To: Faye Keesic // Cc: [EMAIL PROTECTED] // Subject: Re: [PHP-DB] Problem with mail function // // // Is it the ole 30-second timeout thang? Changeable in php.ini? // // On Mon, 14 Jan 2002, Faye

Re: [PHP-DB] Problem with mail function

2002-01-15 Thread Faye Keesic
-0800 (PST) > To: Faye Keesic <[EMAIL PROTECTED]> > Subject: Re: [PHP-DB] Problem with mail function > > How's it going? Haven't heard from you, so I assume that you've solved > the problem. > > > Ted > -- PHP Database Mailing List (http://

Re: [PHP-DB] Problem with mail function

2002-01-15 Thread Jon Farmer
Hi Faye > Maybe I shouldn't be trying to send that many emails at a time. I am on > apache using mysql and php... > -- put the line set_time_limit(0); at the top of your PHP script Regards Jon -- Jon Farmer Systems Programmer, Entanet www.enta.net Tel 01952 428969 Mob 07763 620378 PGP Key

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread Jason Wong
On Tuesday 15 January 2002 10:53, olinux wrote: > Is there a solution to this if you do not have edit > access to the php.ini file? [ie. a shared server] A number of the settings in php.ini can be set/altered from within your script. Check out ini_set() and friends. -- Jason Wong -> Gremlin

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread olinux
Analyst/Web Page Design > > > > >> From: [EMAIL PROTECTED] > > >> Date: Mon, 14 Jan 2002 09:51:54 -0800 (PST) > > >> To: Faye Keesic <[EMAIL PROTECTED]> > > >> Cc: [EMAIL PROTECTED] > > >> Subject: Re: [PHP-DB] Problem with mail

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread ted
like others have the same problem. mail() is a php weakness??? > > -- > Faye Keesic > Computer Programmer Analyst/Web Page Design > > >> From: [EMAIL PROTECTED] > >> Date: Mon, 14 Jan 2002 09:51:54 -0800 (PST) > >> To: Faye Keesic <[EMAIL PROTECTED]> > >>

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread Faye Keesic
) is a php weakness??? -- Faye Keesic Computer Programmer Analyst/Web Page Design >> From: [EMAIL PROTECTED] >> Date: Mon, 14 Jan 2002 09:51:54 -0800 (PST) >> To: Faye Keesic <[EMAIL PROTECTED]> >> Cc: [EMAIL PROTECTED] >> Subject: Re: [PHP-DB] Problem with mail f

Re: [PHP-DB] Problem with mail function

2002-01-14 Thread ted
Is it the ole 30-second timeout thang? Changeable in php.ini? On Mon, 14 Jan 2002, Faye Keesic wrote: > Hi there... > > I have a problem mailing out approx. 180 emails (no attachments) using the > mail() php function. I loop through the email table once, sending the email > to everyone in the

[PHP-DB] Problem with mail function

2002-01-14 Thread Faye Keesic
Hi there... I have a problem mailing out approx. 180 emails (no attachments) using the mail() php function. I loop through the email table once, sending the email to everyone in the list. The problem is that my page seems to time out when I send the emails, and it refreshes itself. So if I don