Welcome Guest, Not a member yet? Register   Sign In
Unable to post HTML with security off
#1

[eluser]Chris Williams[/eluser]
I've got my config set to:
Code:
$config['global_xss_filtering'] = FALSE;

And my control set to:
Code:
$post_data = $this->input->post('formData', FALSE);

But my input which is supposed to update the record with EMBED code never gets written. Am I missing anything?


Messages In This Thread
Unable to post HTML with security off - by El Forum - 11-15-2011, 08:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB