Forum Moderators: coopster
echo("" . $_POST['ContactID'] . "");
echo("<br>");
echo("" . $_POST['Company'] . "");
echo("<br>");
echo("" . $_POST['var_receive'] . "");
echo("<br>");
echo("" . $_POST['var_deploy'] . "");
echo("<br>");
echo("" . $_POST['comments'] . "");
echo("<br>");
To make sure php was passed the correct information. All variables came through correct except 'var_deploy' and 'var_receive', which were blank. These two are checkboxes. What I would like is for php to be passed each checkbox value seperated by commas.
Can someone help me out here? A guy here is trying to get me to use FrontPage... But I like my Notepad..