On 4/23/07, WeberSites LTD <[EMAIL PROTECTED]> wrote:
I'm trying to understand from the examples why anyone
that has get_magic_quotes_gpc() returning true would
need to use stripslashes() and then mysql_real_escape_string().

wouldn't that just add slashes to the same places?

berber

Yes, sort of...  mysql_real_escape_string() considers character sets
before escaping.  There is a difference.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to