06-02-2009, 06:36 PM
|
#12 (permalink)
|
|
The Contributor
Join Date: May 2008
Posts: 36
Thanks: 5
|
I kinda thought that's how it would work....but it won't send any result...it's just empty
PHP Code:
<input type="checkbox" name="check" value="unchecked"/>
and then in the next page
PHP Code:
$check =$_POST['check'];
echo 'CHECK RESULT: '.$check;
like even if i just try to show what's in there before i start adding it to my database it just looks like this
CHECK RESULT:
empty....don't know what im doing wrong....man i hate checkboxes!
|
|
|
|