Using Validation Class to validate Username and Password |
[eluser]Mark Skilbeck[/eluser]
You want to check out callbacks. Code: $this->form_validation->set_rules('username', 'Username', 'trim|required|max_length[50]|xss_clean|callback_username_exists'); |
Messages In This Thread |
Using Validation Class to validate Username and Password - by El Forum - 02-18-2009, 02:27 PM
Using Validation Class to validate Username and Password - by El Forum - 02-18-2009, 03:49 PM
Using Validation Class to validate Username and Password - by El Forum - 02-18-2009, 04:35 PM
Using Validation Class to validate Username and Password - by El Forum - 02-19-2009, 02:30 AM
Using Validation Class to validate Username and Password - by El Forum - 02-19-2009, 03:00 AM
|