Welcome Guest, Not a member yet? Register   Sign In
Form validation of non-english characters
#1

[eluser]Unknown[/eluser]
Hello,

I am really noob at CodeIgniter, I just started using it this week, and I have found an amazing tool. However, I have been working with the form validation library, and I got a problem that I have not been able to solve.

I have the following code:

Code:
$this->form_validation->set_rules('last_name', 'Last Name', 'trim|required');

The user can type a non-english text, for example "Fernández" or "Caña", but it always fails to validate. I would really appreciate any help.

Thank you very much,





Theme © iAndrew 2016 - Forum software by © MyBB