Forgot to add - turn on error reporting to get more info as to what your script is doing:
put this near the top: error_reporting(E_ALL); That's for all errors, more types here: http://ca3.php.net/error-reporting mg > My guess is that the emails are stored in a temp directory or array > somewhere before the actual mail() function and it's full at that number > of emails. The php temp file is usually set at 8MB, and MySQL iirc is > 2MB. > > hth! > > cheers, > > Mark > > > > From: "Amrit Hallan" > > > Hi Joseph. > > > > > > It doesn't check for doubles because first, when I imported the > records, I > > > made sure the duplicate entries were not entered, and second, when > someone > > > tries to submit the same ID twice, it gets rejected. You can check > it > > > http://www.aboutwebdesigning.com. > > > > > > Amrit > > > http://www.aboutwebdesigning.com > > > > > > Joseph Harris wrote: > > > > > >> Amrit, > > >> > > >> Just a thought - Are there any doubles in the email addresses? Does > your > > >> script check that? > > >> > > >> Joseph > > >> > > >> Joseph Harris > > >> toilet humor about the toilet > > >> http://www.Looperman-is-ready.com > > >> http://www.smilepoetryweekly.com > > >> (family friendly humour) > > >> > > >> From: "Amrit Hallan" > > >> > > >>> I'm using PHP to send emails from my one of my websites. The > script uses > > >>> a MySQL table to select the emails. Now, there are over 430 > emails, but > > >>> the scrips stops after 387. There is no error, I see the "Done" > message > > >>> at the bottom. I have tried increasing the script execution time > but the > > >>> problem persists. What could be the problem? Another thing, what > could > > >>> be a better way of sending the emails using the same MySQL > database? > > >>> > > >>> Thanks. > > >>> > > >>> Amrit > > >>> http://www.aboutwebdesigning.com > > > > > > ____ • The WDVL Discussion List from WDVL.COM • ____ > > To Join wdvltalk, Send An Email To: > mailto:[EMAIL PROTECTED] or > > use the web interface > http://e-newsletters.internet.com/discussionlists.html/ > > Send Your Posts To: [email protected] > > To change subscription settings, add a password or view the web > interface: > > http://intm-dl.sparklist.com/read/?forum=wdvltalk > > > > ________________ http://www.wdvl.com _______________________ > > > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > To unsubscribe via postal mail, please contact us at: > > Jupitermedia Corp. > > Attn: Discussion List Management > > 475 Park Avenue South > > New York, NY 10016 > > > > Please include the email address which you have been contacted with. > > > ____ • The WDVL Discussion List from WDVL.COM • ____ > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or > use the web interface http://e-newsletters.internet.com/discussionlists.html/ > Send Your Posts To: [email protected] > To change subscription settings, add a password or view the web interface: > http://intm-dl.sparklist.com/read/?forum=wdvltalk > > ________________ http://www.wdvl.com _______________________ > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > To unsubscribe via postal mail, please contact us at: > Jupitermedia Corp. > Attn: Discussion List Management > 475 Park Avenue South > New York, NY 10016 > > Please include the email address which you have been contacted with. ____ • The WDVL Discussion List from WDVL.COM • ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
