Hi to all.

Have a web site on server where magic quote is turned On. Because of
problems with quotes within forms, I was thinking to turn it Off. I wonder
how much work I'll have to change code to accept new setting? Are we
talking about major changes or something that could be done in day or two
(the site has few couple-pages long forms and about 10 "regular" contact
us/register/edit membership/edit account/... forms)?

I have access to php.ini. Could I just turn magic quotes Off to see what's
going on and what forms will not work and how to fix it?

On http://www.zend.com/manual/security.magicquotes.disabling.php that
ini_set() is not an option, but there is an solution to disable magic
quotes at runtime. Means, I can use this to change code (prepare for
turning off) on pages with forms? Correct?

Thanks for any help.

-afan

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

Reply via email to