![]() |
Is xss_clean() sufficient for a secure MySQL input? - 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: Is xss_clean() sufficient for a secure MySQL input? (/showthread.php?tid=28257) |
Is xss_clean() sufficient for a secure MySQL input? - El Forum - 03-06-2010 [eluser]sorenchr[/eluser] Hi there, the CI documentation states the following for xss_clean: Quote:Filters the POST/COOKIE array keys, permitting only alpha-numeric (and a few other) characters. It doesn't really say which characters are allowed ![]() Is xss_clean() sufficient for a secure MySQL input? - El Forum - 03-06-2010 [eluser]Altaf Hussain[/eluser] yes off course it is secure, and i always use this is my code. |