Welcome Guest, Not a member yet? Register   Sign In
How to check for / insert optional fields?
#2

[eluser]elvix[/eluser]
not sure if you care about blank values or not, but if you use CI's post object, which you should anyway, since that's where the XSS clean is applied, then it will simply return blank for any unset values.

instead of $_POST['length'] use $this->input->post('length')


Messages In This Thread
How to check for / insert optional fields? - by El Forum - 10-21-2008, 10:50 AM
How to check for / insert optional fields? - by El Forum - 10-21-2008, 12:15 PM
How to check for / insert optional fields? - by El Forum - 10-22-2008, 07:13 AM
How to check for / insert optional fields? - by El Forum - 10-24-2008, 04:12 AM
How to check for / insert optional fields? - by El Forum - 10-24-2008, 09:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB