Welcome Guest, Not a member yet? Register   Sign In
$this->input->post($data, TRUE) vs ...xss_clean($data)
#1

[eluser]veledrom[/eluser]
Hi,

I just wonder if there is any difference between codes below because, if them two do the same work then there is no point for me to use both at same time. Am I right?

Thanks

Code:
$this->input->post($data, TRUE);
Code:
$this->security->xss_clean($data);


Messages In This Thread
$this->input->post($data, TRUE) vs ...xss_clean($data) - by El Forum - 05-14-2011, 02:35 AM
$this->input->post($data, TRUE) vs ...xss_clean($data) - by El Forum - 05-14-2011, 11:38 AM
$this->input->post($data, TRUE) vs ...xss_clean($data) - by El Forum - 05-14-2011, 12:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB