Reply to Re: 2 small Q's about mysql_real_escape_string()
Posted by frizzle on 11/10/42 11:31
Thanks Oli,
I don't completely understand your answers:
If i * always * use the mysql_real_escape_string() am i safe?
And with an insert statement, does it matter what kind of quotes i use
for the query?
Like
"Select * From 'bla' "
or
'Select * From \'bla\' ' ?