How do I use PHP to do this?

Cully W

New member
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?
 
Back
Top