So I have a .html file that the website pulls from to get the content for the page, and then I have my editor pull the same page to then edit the file. But once my handler goes through and saves it, it add's some "\" after the classes and stuff. I have seen this before on other sites, but I have not seen how to fix this.
Any help would be appreciated.
PHP content editor help
Moderator: General Moderators
Re: PHP content editor help
Read the four topics listed on this page for explanation and also for how to "fix":
http://php.net/manual/en/security.magicquotes.php
http://php.net/manual/en/security.magicquotes.php
Re: PHP content editor help
Thanks! That solved my problem.