View Single Post
Old 06-02-2009, 06:36 PM   #12 (permalink)
Kay1021
The Contributor
 
Join Date: May 2008
Posts: 36
Thanks: 5
Kay1021 is on a distinguished road
Default

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!
Kay1021 is offline  
Reply With Quote