Welcome Guest, Not a member yet? Register   Sign In
is this stamenet true or false: if I use $this->form_validation->set_rules then I don't need to sanitise the input?
#2

[eluser]InsiteFX[/eluser]
No! you still should use the xss_clean
Code:
$username = $this->input->post('username', TRUE);
$password = $this->input->post('password', TRUE);


Messages In This Thread
is this stamenet true or false: if I use $this->form_validation->set_rules then I don't need to sanitise the input? - by El Forum - 02-29-2012, 06:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB