Page 1 of 1

\' \' /' '' '` ` is it done php here to deal with that?

Posted: Sat Feb 21, 2009 9:42 am
by gphp
\'
'
\' /' \'\'
I wonder how are these dealt with so it does not conflict with sql?
/\' ''

Re: \' \' /' '' '` ` is it done php here to deal with that?

Posted: Sat Feb 21, 2009 2:31 pm
by Mark Baker

Re: \' \' /' '' '` ` is it done php here to deal with that?

Posted: Sat Feb 21, 2009 2:32 pm
by John Cartwright
Mark Baker wrote:Using mysql_escape_string
Actually, mysql_escape_string() is old. You want mysql_real_escape_string()