I\'m building a form using HTML with JQuery mobile so that the form can be used on mobile devices.
I have the form exporting to CSV via email. However the write to t
foreach($_POST['checkbox'] as $value) { echo 'checked: '.$value.''; }