RE: [PHP] stripslashes() equivalent when magic_quotes_sybase = on?

2001-04-19 Thread Johnson, Kirk

You know, I tried this before sending my email, and it didn't work as you
describe. And yes, then I re-checked my .htaccess file, and yes, I had
"sybase" turned off. Doh!

Kirk

 -Original Message-
 From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
 
 stripslashes() sees the magic_quotes_sybase setting and behaves
 accordingly.
 
 -Rasmus
 
 On Wed, 18 Apr 2001, Johnson, Kirk wrote:
 
  With magic_quotes_sybase = on, a single quote in 
 Get/Post/Cookie data gets
  escaped with another single quote. Is there a function analagous to
  stripslashes that will strip off the escaping quote?
 
  TIA
 
  Kirk
 

-- 
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]




Re: [PHP] stripslashes() equivalent when magic_quotes_sybase = on?

2001-04-18 Thread Rasmus Lerdorf

stripslashes() sees the magic_quotes_sybase setting and behaves
accordingly.

-Rasmus

On Wed, 18 Apr 2001, Johnson, Kirk wrote:

 With magic_quotes_sybase = on, a single quote in Get/Post/Cookie data gets
 escaped with another single quote. Is there a function analagous to
 stripslashes that will strip off the escaping quote?

 TIA

 Kirk

 --
 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]