Welcome Guest, Not a member yet? Register   Sign In
Drop Down Menus & Validation
#4

[eluser]alpar[/eluser]
if you have some values that don't change, like a gender you make a simple test

if (! in_array($this->input->post('gender'),array('male','female'))) return FALSE;

if you have many values, you can check them against a database (don't forget to escape the input) , if you have a date, check for the date to be correct, how you do it depends on what kind of data are you dealing with


Messages In This Thread
Drop Down Menus & Validation - by El Forum - 08-26-2007, 08:39 AM
Drop Down Menus & Validation - by El Forum - 08-26-2007, 11:11 AM
Drop Down Menus & Validation - by El Forum - 08-26-2007, 11:42 AM
Drop Down Menus & Validation - by El Forum - 08-26-2007, 12:34 PM
Drop Down Menus & Validation - by El Forum - 08-26-2007, 12:48 PM
Drop Down Menus & Validation - by El Forum - 08-27-2007, 04:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB