PHP content editor help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SSamaz
Forum Newbie
Posts: 2
Joined: Wed Aug 31, 2011 9:24 am

PHP content editor help

Post 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.
User avatar
twinedev
Forum Regular
Posts: 984
Joined: Tue Sep 28, 2010 11:41 am
Location: Columbus, Ohio

Re: PHP content editor help

Post 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
SSamaz
Forum Newbie
Posts: 2
Joined: Wed Aug 31, 2011 9:24 am

Re: PHP content editor help

Post by SSamaz »

Thanks! That solved my problem.
Post Reply