Welcome Guest, Not a member yet? Register   Sign In
Easy Checkbox Update
#1

[eluser]Fielder[/eluser]
I think I'm missing something really simple..

My form successfully works for adding a new user, and when updating a user status FROM 0(inactive) to 1(active). However, it does not work FROM 1 to 0 when editing. It just doesn't change the value to NULL or blank.

View:
Code:
<input type="checkbox" name="user_status" value="1" <?php if ($user_status == '1') { echo " CHECKED"; } ?> />

Database Setup:
Code:
user_status is a tinyint, min length 1, Null Yes, default NULL


Messages In This Thread
Easy Checkbox Update - by El Forum - 05-14-2009, 10:37 AM
Easy Checkbox Update - by El Forum - 05-14-2009, 10:43 AM
Easy Checkbox Update - by El Forum - 05-14-2009, 10:55 AM
Easy Checkbox Update - by El Forum - 05-14-2009, 12:41 PM
Easy Checkbox Update - by El Forum - 05-14-2009, 01:14 PM
Easy Checkbox Update - by El Forum - 05-14-2009, 01:28 PM
Easy Checkbox Update - by El Forum - 05-14-2009, 01:36 PM
Easy Checkbox Update - by El Forum - 05-14-2009, 08:17 PM
Easy Checkbox Update - by El Forum - 05-14-2009, 08:22 PM
Easy Checkbox Update - by El Forum - 05-14-2009, 09:15 PM
Easy Checkbox Update - by El Forum - 05-15-2009, 04:47 AM
Easy Checkbox Update - by El Forum - 05-15-2009, 07:47 AM
Easy Checkbox Update - by El Forum - 07-08-2009, 04:17 PM
Easy Checkbox Update - by El Forum - 07-08-2009, 04:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB