Welcome Guest, Not a member yet? Register   Sign In
Using Form Validation with unique dropdown menu selections
#2

[eluser]bretticus[/eluser]
You might try adding a rule to the validation class...

Code:
class MY_Form_validation extends CI_Form_validation {    
    
    function not_match($str1, $str2)
    {
            return ( $str1 != $str2  ) ? TRUE : FALSE;
    }    
}


Messages In This Thread
Using Form Validation with unique dropdown menu selections - by El Forum - 09-08-2009, 08:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB