Chris Shiflett wrote:

--- Jough P <[EMAIL PROTECTED]> wrote:

My goal is to never have to use the addslashes() function. Any suggestions?


There's probably nothing you can do about your Web host, but you can use
the fix_magic_quotes() function listed here:

http://phundamentals.nyphp.org/PH_storingretrieving.php

Hope that helps.


If it's set on your host and you can't get it changed, you may be able to use a .htaccess file in your directory to turn it off as well.


--
paperCrane <Justin Patrin>

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



Reply via email to