[PHP] Duplicate e-mails

2002-02-17 Thread Anthony Rodriguez
I've a php script that gets e-mail addresses from a MySQL database and then sends the same e-mail message to about 100+ addressees. There are no duplicate addresses in the db. When I call the script the e-mails do get send but in duplicate and, instead of linking to a "Task Done" page, it sho

Re: [PHP] Duplicate e-mails

2002-02-05 Thread Analysis and Solutions
Hi Anthony: Anthony Rodriguez wrote: > > The following php script sends two (2) e-mails to each addressee. Why? I'll bet the email addresses in question are listed in the table twice. Open up a MySQL command line prompt and enter "select * from con_inf;" to make sure. To keep this from happe

[PHP] Duplicate e-mails

2002-02-05 Thread Anthony Rodriguez
The following php script sends two (2) e-mails to each addressee. Why? \n"); }; mysql_free_result($result_1); mysql_close($connection); header ("location:done.htm"); exit; ?> Anthony Rodriguez ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h