Validation XSS_CLEAN callback, not working? - 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: Validation XSS_CLEAN callback, not working? (/showthread.php?tid=8822) |
Validation XSS_CLEAN callback, not working? - El Forum - 06-02-2008 [eluser]einstein[/eluser] Hi. 1.I was just wondering dose the order in a validation rule influence the way that the rulle is applyed? 2. I have a callback function, with this rulles: "required|xss_clean|callback_checkActivationCode"; I also have an echo statement in that function and it returns whatever i enter in the input field, dose that look right, i think it should do a replace for all " ' % etc chars. Thank you |