Welcome Guest, Not a member yet? Register   Sign In
BUG with escape_like_str
#1

$search = '[email protected]';
echo $this->db->escape_like_str($search);

I got: [email protected]

how to fix it?
Reply
#2

It's not a bug, the underscore is a special character and needs to be escaped.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB