Welcome Guest, Not a member yet? Register   Sign In
The 'matches' validation rule fails even though I'm sure its correct
#2

I think it has to do with the hyphen - sign in the rule name.
PHP Code:
'password-confirm' => 'required|matches[password]'

// change to this in all your code and form _
 
'password_confirm' => 'required|matches[password]' 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: The 'matches' validation rule fails even though I'm sure its correct - by InsiteFX - 06-09-2021, 03:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB