Welcome Guest, Not a member yet? Register   Sign In
Is input->post meant to strip tabs?
#3

(This post was last modified: 09-05-2017, 12:19 AM by n2fole00.)

(09-04-2017, 09:35 AM)InsiteFX Wrote: You could try this, not tested.

PHP Code:
$this->input->post(htmlspecialchars('tabbed_content')); 

Yes, that worked, but it's still confusing because htmlspecalcharacters reportedly doesn't perform translations on backslashes.

But anyway, thanks for the remedy. Smile

Edit: does htmlspecialchars() act as a good replacement for xss_clean, because I just found I am having the same issue with that too. I could of course run some tests, but perhaps you already know the answer Tongue
Reply


Messages In This Thread
Is input->post meant to strip tabs? - by n2fole00 - 09-04-2017, 08:24 AM
RE: Is input->post meant to strip tabs? - by n2fole00 - 09-04-2017, 11:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB