Welcome Guest, Not a member yet? Register   Sign In
Own Validation Function
#2

[eluser]Michael Wales[/eluser]
There are three ways - each of which will return the same value:
Code:
$this->validation->password;
$this->input->post('password');
$_POST['password'];

These values are after the input has been run through your rules. For instance, if you had md5 within your rules, the returned value will be hashed.


Messages In This Thread
Own Validation Function - by El Forum - 01-13-2008, 08:21 PM
Own Validation Function - by El Forum - 01-13-2008, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB