Welcome Guest, Not a member yet? Register   Sign In
Array
#2

[eluser]onejaguar[/eluser]
If you aren't using xss_clean() you can just use the $_POST array.

If you are using xss_clean() you can set
Code:
$config['global_xss_filtering'] = TRUE;
In application/config/config.php and it will run xss_clean() on everything in the $_POST array, or you can do a one off:
Code:
$_POST['email'] = $this->input->xss_clean($_POST['email')


Messages In This Thread
Array - by El Forum - 05-28-2008, 05:41 PM
Array - by El Forum - 05-28-2008, 05:57 PM
Array - by El Forum - 05-28-2008, 06:24 PM
Array - by El Forum - 05-28-2008, 06:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB