C Cully W New member Jun 21, 2009 #1 I want the people to check the box, and if it is checked, a letter X to appear in the next page. Do I do it like this? <input type="checkbox" name="test" /> next page...<?php echo ?_POST["test"]; ?> Is that right?
I want the people to check the box, and if it is checked, a letter X to appear in the next page. Do I do it like this? <input type="checkbox" name="test" /> next page...<?php echo ?_POST["test"]; ?> Is that right?