Welcome Guest, Not a member yet? Register   Sign In
validation rules from 1 to 9
#1

[eluser]aktosci[/eluser]
I would like to check a value from 1 ( min ) to 9 ( max ) :

I did that

Code:
$this->form_validation->set_rules('licoef', 'coef', 'integer'|'exact_length[1]');

but when I put 12 I don't get an error message


Messages In This Thread
validation rules from 1 to 9 - by El Forum - 06-23-2009, 08:00 AM
validation rules from 1 to 9 - by El Forum - 06-23-2009, 08:04 AM
validation rules from 1 to 9 - by El Forum - 06-23-2009, 08:06 AM
validation rules from 1 to 9 - by El Forum - 06-23-2009, 08:06 AM
validation rules from 1 to 9 - by El Forum - 06-23-2009, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB