I've been searching the php.net documentation, but I haven't found anything useful.
If I have a check box without a value, such as this
and I reference $_POST['Bob_party'], what will it return if the value is checked? Unchecked? Not in the form? Are the last two different?
--Chessbot
"See the TURTLE of enormous girth!"
-- Stephen King, The Dark Tower series
If I have a check box without a value, such as this
Code:
<input type="checkbox" name="Bob_party">
and I reference $_POST['Bob_party'], what will it return if the value is checked? Unchecked? Not in the form? Are the last two different?
--Chessbot
"See the TURTLE of enormous girth!"
-- Stephen King, The Dark Tower series