Looking for some help with an email form using php.
I am using check boxes in a html form, the values of check boxes are email addresses.
The person visiting our site has the ability to select one or more check boxes.
The values (email addresses) need to be passed on to the php script which in return sends mails to each of the selected emails. (selected addresses only)
The script should also send an email to myself!
Your help.... would be much appreciated, I am an absolute PHP beginner!!
Kia Ora from NZ
I am using check boxes in a html form, the values of check boxes are email addresses.
The person visiting our site has the ability to select one or more check boxes.
The values (email addresses) need to be passed on to the php script which in return sends mails to each of the selected emails. (selected addresses only)
The script should also send an email to myself!
Your help.... would be much appreciated, I am an absolute PHP beginner!!
Kia Ora from NZ
Comment