Welcome Guest, Not a member yet? Register   Sign In
problems with using explode("t", $string) from form_textarea
#4

[eluser]TheFuzzy0ne[/eluser]
I would suggest simply disabling xss_clean on-the-fly for that part of your app with:
Code:
$this->config->set_item('global_xss_filtering', FALSE);
Then, after you've explode()d your string, clean each value by making a call to $this->security->xss_clean()

Hope this helps.


Messages In This Thread
problems with using explode("t", $string) from form_textarea - by El Forum - 03-06-2013, 03:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB