Welcome Guest, Not a member yet? Register   Sign In
[1.7.2] form_validation matches[] multidimensional array
#3

[eluser]bilawal360[/eluser]
I've come under this as a problem. The only fix for this right now is to make another $_POST input without the [] and insert that into the form validation rules.

An example in your case would be the following:
Code:
$_POST['user_post_password_tmp'] = @$_POST['user_change_password']['password'];

And then in your validation rules:
Code:
required|matches[user_post_password_tmp]


Messages In This Thread
[1.7.2] form_validation matches[] multidimensional array - by El Forum - 01-29-2011, 05:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB