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

[eluser]Fielder[/eluser]
[quote author="TheFuzzy0ne" date="1242346498"]I'd like to point out that if someone manipulates your form, it can cause database errors. In you're model, you could add a line like this before the insert statement:

Code:
$inputData['user_status'] = ($inputData['user_status'] == 1) ? 1 : 0;
[/quote]

Fuzzy... manipulates it in what way? You mean because of the way I have my form setup in general?


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