On Thu, January 31, 2008 5:39 pm, Rich Buggy wrote: > It could be that your old server had magic_quotes_gpc turned on in your > php.ini.
Rich, thanks ! so, do I need... .htaccess with something like 'php_magic_quotes_gpc = On' ?? old server: # grep magic php.ini magic_quotes_gpc = On magic_quotes_runtime = Off magic_quotes_sybase = Off new server: # grep magic php.ini magic_quotes_gpc = Off magic_quotes_runtime = Off magic_quotes_sybase = Off -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
