Thanks to you all, I decided to turn that stuff off since the stripslashes function
returned not exactly the same I get when it's turned off.
On Sun, Sep 12, 2004 at 11:44:40PM -0700, Chris Shiflett wrote:
> --- Alexander Kleshchevnikov <[EMAIL PROTECTED]> wrote:
> > You should chech for configu
--- zareef ahmed <[EMAIL PROTECTED]> wrote:
> A good article about magic quotes
>
> http://www.webmasterstop.com/tutorials/magic-quotes.shtml
That's a nice article, and boy is Harry funny:
Magic Quotes are Evil!
While you sleep, they whisper in your dreams -
\'Use magic quotes.
--- Alexander Kleshchevnikov <[EMAIL PROTECTED]> wrote:
> You should chech for configuration of magic quotes gpc.
> Use get_magic_quotes_gpc() function:
>
> $foo = get_magic_quotes_gpc() ? stripslashes($_POST["foo"]) :
> $_POST["foo"]);
I agree. However, stripslashes() doesn't necessarily undo ad
HI,
A good article about magic quotes
http://www.webmasterstop.com/tutorials/magic-quotes.shtml
zareef ahmed
--- Alexander Kleshchevnikov <[EMAIL PROTECTED]>
wrote:
> You should chech for configuration of magic quotes
> gpc.
> Use get_magic_quotes_gpc() function:
>
> $foo = get_magic_quotes_
You should chech for configuration of magic quotes gpc.
Use get_magic_quotes_gpc() function:
$foo = get_magic_quotes_gpc() ? stripslashes($_POST["foo"]) : $_POST["foo"])
;
Do it with all GET and POST variables.
--
Alexander.
"Php Mailing List Account" <[EMAIL PROTECTED]> wrote in message
news:[
5 matches
Mail list logo