I want to create a form where users can select items from a list of checkboxes and when they submit the form, the data they checked is mailed to them.
i have the data to be mailed in a MySQL db, but how can I select which rows will be sent according to the checkboxes.
i'd like to use the
mail()
function to send the mail.
can anyone help, or does anyone have any better ideas?
thanks
~JOSH