Zend_Form double escaping
Monday, 09 February 2009
Sometimes you might notice that with Zend Form you have quotes double escaped. This is because Zend_Form escapes your input, and so does a php binary. You really want to disable it in this case. Head on to your .htaccess and add: php_value magic_quotes_gpc off
Last Updated ( Monday, 09 February 2009 )
Add comment