Welcome Guest, Not a member yet? Register   Sign In
Validation Library and the preservation of slashes
#3

[eluser]jdgiotta[/eluser]
Code:
$rules['username']    = "required";
$rules['_password']    = "required";
$this->validation->set_rules($rules);
            
$fields['username']    = 'username';
$fields['_password']    = 'password';
$this->validation->set_fields($fields);


Messages In This Thread
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 06:46 AM
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 06:52 AM
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 07:03 AM
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 07:09 AM
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 07:11 AM
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 07:19 AM
Validation Library and the preservation of slashes - by El Forum - 04-18-2008, 07:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB