You probably have magic_quotes_gpc in php.ini off on your Windows platform
and on on your Linux platform
Magic_quotes_gpc automatically applies addslashes to POST, GET and cookie
data if its on.
Use stripslashes to remove it or to write code thats portable - write a
function like:-
function str
Use stripslashes() on the text before you write it to the file. Where is
this text coming from? The slashes are probably getting added by
magic_quotes.
---John Holmes...
> -Original Message-
> From: Khalid El-Kary [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 25, 2002 8:08 AM
>
2 matches
Mail list logo