mike1313 Posted December 29, 2007 Share Posted December 29, 2007 You used to be able to check if checkboxes were either "on" or "off" when processing a form does "off" not work anymore because it seems to not work for me. echo "<input type=checkbox name=thing>"; if($_POST[thing] == "off"){ echo "$string"; } Quote Link to comment Share on other sites More sharing options...
mike1313 Posted December 29, 2007 Author Share Posted December 29, 2007 I've solved it. Just used !$_POST[] 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.