![]() |
xss query - 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: xss query (/showthread.php?tid=35508) |
xss query - El Forum - 11-01-2010 [eluser]bgreene[/eluser] using jquery to submit fielddata "bill's prog is in c++". post data is fldx=bill's+prog+is+in+c++. using $this->input->post('data', true) effectively screws up the plusplus at the end by giving me "fldx=bill's+prog+is+in+c++" instead of "fldx=bill's+prog+is+in+c++" am i doing something wrong or is this a minor bug in the xss unit or should xss filtering be the exception rather than the rule? many thanks for a great system and superb support. bill |