Welcome Guest, Not a member yet? Register   Sign In
Validation of Empty Fields
#3

[eluser]xwero[/eluser]
i guess you look for something like this
Code:
$rules['dinner'] = 'required';
if(isset($_POST['dinner']))
{
   $rules['meal'] = 'required';
}


Messages In This Thread
Validation of Empty Fields - by El Forum - 03-28-2008, 06:50 PM
Validation of Empty Fields - by El Forum - 03-31-2008, 06:58 AM
Validation of Empty Fields - by El Forum - 03-31-2008, 07:24 AM
Validation of Empty Fields - by El Forum - 03-31-2008, 07:32 AM
Validation of Empty Fields - by El Forum - 03-31-2008, 07:42 AM
Validation of Empty Fields - by El Forum - 03-31-2008, 07:55 AM
Validation of Empty Fields - by El Forum - 03-31-2008, 08:24 AM
Validation of Empty Fields - by El Forum - 03-31-2008, 08:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB