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?




Theme © iAndrew 2016 - Forum software by © MyBB