The Daily Insight

Connected.Informed.Engaged.

updates

,How can I send multiple checkbox values in PHP?,You would need to loop through each $_POST[‘checkbox’] value, check these out | then add each to a passed validation array

Written by Harper Scott — 0 Views

send it to be validated/sanitized

then add each to a passed validation array

then use implode to show all values in array to message body of email.