Questions about xss_clean |
[eluser]MiniGod[/eluser]
mysql_real_escape_string() is not for xss. Anyways, try using one of these: (look at the user guide: http://ellislab.com/codeigniter/user-gui...eries.html) Code: $this->db->escape(); |
Messages In This Thread |
Questions about xss_clean - by El Forum - 08-04-2011, 08:43 AM
Questions about xss_clean - by El Forum - 08-04-2011, 04:34 PM
Questions about xss_clean - by El Forum - 08-05-2011, 12:59 PM
|