CodeIgniter Forums
Special Character - Issue with Forms - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Special Character - Issue with Forms (/showthread.php?tid=12597)



Special Character - Issue with Forms - El Forum - 10-24-2008

[eluser]bnewton[/eluser]
I have an textarea with a form for user text - however when Special Characters are used like "&" is used in the text - I lose all of the text after the "&" . I'm not really sure when is causing this. I have tested with global_xss_filtering off and on with no change to the issue. I also have the field quoted and all the db update and insets. Does anyone have any suggestion or ideas on this issue?

bnewton