Page 1 of 1

PHP content editor help

Posted: Wed Aug 31, 2011 9:28 am
by SSamaz
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.

Re: PHP content editor help

Posted: Wed Aug 31, 2011 9:55 am
by twinedev
Read the four topics listed on this page for explanation and also for how to "fix":

http://php.net/manual/en/security.magicquotes.php

Re: PHP content editor help

Posted: Wed Aug 31, 2011 10:26 am
by SSamaz
Thanks! That solved my problem.