php - The single quote problem -
i'm .net developer.
i blog @ http://www.ruchitsurati.net personal blog. i'm facing stupid issue driving me nuts. in wordpress blog admin, write post , hit save.all works fine upon save,all single-quotes doubled given input.
ex: original text i'm writing post converted i''m writing post, , next time when save it, becomes i''''m writing post
i have no idea, causing problem. there encoding while saving ? please me..
add .htaccess
:
# begin wordpress <ifmodule mod_rewrite.c> rewriteengine on php_value magic_quotes_gpc 0 php_flag magic_quotes_runtime 0 </ifmodule> # end wordpress
Comments
Post a Comment