> So what does set_magic_quotes_runtime(0) do then???  Will it shut off the
> automatic backslashing of single quotes at run time or not?  (it certainly
> doesn't seem to)

It will turn off the escaping of quotes from data your script reads while
it's executing, namely from data returned from a database query.

---John Holmes...


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

Reply via email to