Forum Moderators: coopster

Message Too Old, No Replies

send same message to emails selected using checkboxes

send same message to emails selected using checkboxes

         

nofia

3:25 am on Dec 19, 2008 (gmt 0)

10+ Year Member



i'm using php, mysql and css
i'd like to set up a form where i can query a group of names and emails from all my contacts in my db, then use checkbox to select those names i want to email, then type a message at the bottom of the form page in a textarea box, hit the send button and send to just those emails selected with checkbox the message typed in the textarea box

i can get the list of names and email addresses with the checkbox next to the email addresses, and i can create the textarea box, but i'm not sure where or how to place the submit or send button on the form

any suggestions or help is appreciated
thanks

Alcoholico

12:21 am on Dec 20, 2008 (gmt 0)

10+ Year Member



Like any other submit or send button, nested in the "form" tag.