Welcome Guest, Not a member yet? Register   Sign In
Access Post-Validated POST Data
#1

[eluser]Refringe[/eluser]
I want to access form data in my controller after my form has been submitted, but I want to access the data that's run through the form validation class. For example, if the value " TESTING " was submitted to a text field with the following validation rule attached how could I access the trimmed, lowercase value after form submission?
Code:
$this->form_validation->set_rules('username', 'username', 'trim|strtolower|required');




Theme © iAndrew 2016 - Forum software by © MyBB