Angelo Zanetti wrote:
> Hi guys.
> ... So on my live server should I enable
> magic_quotes_gpc or should I use addslashes() and stripslashes()?
> 
> Thanks in advance.

In addition to all the other replies saying that magic quotes are evil
which I completely agree with, it should also be noted that magic quotes
has been removed from PHP 6.


David

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to