http://www.php.net/manual/en/function.set-magic-quotes-runtime.php

you can also turn it off for good in your php.ini

-jack

-----Original Message-----
From: Chung Ha-Nyung [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 9:34 PM
To: [EMAIL PROTECTED]
Subject: [PHP] [Q] double quote(") is auto-transformed into (\")!



 I found that when I pass the double quote(") through get(or post) method,
 it is transformed into slash + double quote (\").
 Although it seems useful in making SQL query, it's really annoying whenever
 I pass the value to the other php page through get/post again.

 Can I turn off this feature?

--
 Chung Ha-Nyung <[EMAIL PROTECTED]>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to