Re: [PHP] Select email addresses from MySQL

2003-03-21 Thread olinux
You probably have other fields in the same table that the client can use to select these people. find out exactly what he wants. It may be something like I want to be able to send to a specific state or profession so build a form that allows him to select the approriate filter. You might also

RE: [PHP] Select email addresses from MySQL

2003-03-21 Thread Adrian Portsmouth
www.phpscriptsearch.com -Original Message- From: Tim Thorburn [mailto:[EMAIL PROTECTED] Sent: 21 March 2003 07:19 To: [EMAIL PROTECTED] Subject: [PHP] Select email addresses from MySQL Hi, A few days ago I posted a question about sending mass emails through PHP - the good news is I've got my

[PHP] Select email addresses from MySQL

2003-03-20 Thread Tim Thorburn
Hi, A few days ago I posted a question about sending mass emails through PHP - the good news is I've got my script sending an email to each address stored in my MySQL database. Now my client would like the ability to individually select the email addresses that are sent out. Has anyone done