gevo12321 Posted July 11, 2007 Share Posted July 11, 2007 how do u say that if the checkbox is checked, than do something. Quote Link to comment Share on other sites More sharing options...
piznac Posted July 11, 2007 Share Posted July 11, 2007 Set the value of the checkbox to 1 & the name to "check" (or whatever) then: if($_POST['check'] == "1"){ echo "Do Something"; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.