I was caught out by $row->save(); adding extra slashes to my db fields, due to magic_quotes_gpc being on. I understand the correct solution is to turn off gpc_quotes? (I chose: php_flag magic_quotes_gpc Off in an .htaccess)
However, magic_quotes = on is the default setting for php ini I believe. Would it not be better for $row->save(); to automatically check the status of magic_quotes and add quotes only where necessary? Just a curious observation, I am only skimming the surface of ZF at this stage. -- View this message in context: http://www.nabble.com/gpc-magic-quotes---zend-db-tp19537109p19537109.html Sent from the Zend Framework mailing list archive at Nabble.com.