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 set up groups so that the client can
group the contacts. something like
users
user_id | email | city | state | blah

groups
group_id | group_name | group_description

users_groups
user_id | group_id

then your client could specify the group to send to
and you would use a JOIN to grab the approriate
matches.

olinux


--- Tim Thorburn <[EMAIL PROTECTED]> wrote:
> 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 something similar to this?  Any
> pointers to offer?
> 
> Right now I'm thinking that I'll display all the
> email addresses stored in 
> the database with check boxes beside them, then only
> those addresses which 
> are checked will be sent ... however, I'm not sure
> if that's the best or 
> most efficient way to handle this ... the more I
> think about it the more I 
> think that's going to make it overly and
> unnecessarily complex.
> 
> Any thoughts?
> 
> Thanks
> -Tim
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to