Welcome Guest, Not a member yet? Register   Sign In
Questions about xss_clean
#2

[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();
$this->db->escape_str();
$this->db->escape_like_str();


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



Theme © iAndrew 2016 - Forum software by © MyBB