CodeIgniter Forums
Unable to post HTML with security off - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Unable to post HTML with security off (/showthread.php?tid=46786)



Unable to post HTML with security off - El Forum - 11-15-2011

[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?