Welcome Guest, Not a member yet? Register   Sign In
"Disallowed Key Characters" for HTML content - even using $_POST?!
#1

[eluser]mattpointblank[/eluser]
Hi all.

Writing an email newsletter script. It uses TinyMCE rich text editor for HTML.

If I use a string like "<span style="bold;">text</span>" it immediately breaks and I get the "Disallowed Key Characters" error. I tried replacing my calls to $this->input->post('html') with $_POST['html'] but still get this message, even after disabling global xss filtering. It seems CI is intercepting my (ajax) form post still.

Is there any way I can just grab my raw html (which has been filtered by TinyMCE anyway) and email it? This is pretty frustrating.

Thanks,
matt


Messages In This Thread
"Disallowed Key Characters" for HTML content - even using $_POST?! - by El Forum - 10-16-2009, 04:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB