php-general | 2003022
Date: 02/19/03
- Next message: Kevin Stone: "Re: [PHP] invalid path when a page calls itself again"
- Previous message: Jonathan Villa: "RE: [PHP] PHP form help"
- In reply to: Joachim Krebs: "[PHP] Adding slashes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> PHP seems to automatically be escaping quotes on my $_POST variables.
magic_quotes_gpc is set to On in your php.ini file. You can use
stripslashes()to undo its effect or alter this behavior on a
script-by-script basis using ini_set().
Larry
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Kevin Stone: "Re: [PHP] invalid path when a page calls itself again"
- Previous message: Jonathan Villa: "RE: [PHP] PHP form help"
- In reply to: Joachim Krebs: "[PHP] Adding slashes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

