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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -