Hi, I have a site where commas and quotes change to \" once the article is posted (but only when it's written directly in the site's interface).
Some have proposed that it's because magic_quotes are set to on (and they are because I checked using <?php phpinfo(); ?>). I checked my php.ini file and it doesn't have that code, meaning it's probably set up on my hosting provider's side. So what are my options? Should I turn them off somehow (I read it might damage some of my code if I do)? Isn't it better to have them on? Is there something I can do to fix this problem? The site lets users post game reviews, and the last thing I want is a note saying "Warning, you must type your text in Word first," cause it would look lame, and I definitely want the site to be perfectly optimized.