Welcome Guest, Not a member yet? Register   Sign In
escaping sql
#2

[eluser]anggie[/eluser]
according to the user_guide, you should try this..
Code:
$where = "(strcmp(soundex(" . $this->db->escape($username) . "), soundex(klang)) = 0) OR username LIKE '%" . $this->db->escape($username) . "%'";


Messages In This Thread
escaping sql - by El Forum - 12-22-2008, 05:40 AM
escaping sql - by El Forum - 12-22-2008, 06:37 AM
escaping sql - by El Forum - 12-22-2008, 01:38 PM
escaping sql - by El Forum - 12-22-2008, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB