Posted by iktorn on 03/23/07 20:25
Simon Harris napisał(a):
> Hi All,
>
> I am using mysql_real_escape_string() on strings before they are entered
> into mySQL. This has worked Ok, but when I get the information out,
> single/double quotes are preceeded with a \ (Escaped) so,
> "Something in quotes" becomes \"something in quotes\"
>
> Any help/suggestions muchly appreciated!
>
> Simon.
check magic_quotes_runtime in your php.ini - is it turned on?
--
Wiktor Walc
http://phpfreelancer.net
[Back to original message]
|