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