How do I send CHECKBOXES via email through the mail() function in PHP?
Example: You have 67 checkboxes, all with unique names, but only want
to send the ones that were checked.
Mailer: Verifies only 2 of those 67 were checked, so the email only
has 2 checkboxes checked.
Example: You have 67 checkboxes, all with unique names, but only want
to send the ones that were checked.
Mailer: Verifies only 2 of those 67 were checked, so the email only
has 2 checkboxes checked.
Comment