Welcome Guest, Not a member yet? Register   Sign In
password confirm sample?
#1

[eluser]rochellecanale[/eluser]
help guys my problem is i have created a password/password confirm and it doesnt work my code is

Password <input type="password" name="password" value="" size="40" />
Re-Type Password <input type="password" name="passcon" value="" size="40" />

==============================================================
$this->form_validation->set_rules
('password','Password','trim|required|matches[passcon]|md5');

$this->form_validation->set_rules
('passcon', 'Password Confirmation', 'trim|required');
==================================================================
ok i solved my own problem i forgot to put form_error()




Theme © iAndrew 2016 - Forum software by © MyBB