angus930 Posted March 1, 2009 Share Posted March 1, 2009 Hey everyone. I'm building a site for a local school, and as there not going to be using any HTML or special software, they need a Editor to edit some parts of the site when they need to. I'm using the Editor SPAW which is working well. Problem is: After changing the site, when the new code gets sent through to the save page it does this to everything Before <div id="left_content"> After <div id=\"left_content\"> I understand why it's doing it and thats fine. But how do I undo it before its saved?? As its not readable for the computer Thanks. Link to comment https://forums.phpfreaks.com/topic/147393-solved-problem-with-php-editor/ Share on other sites More sharing options...
landavia Posted March 1, 2009 Share Posted March 1, 2009 try removeslash from the output!? Link to comment https://forums.phpfreaks.com/topic/147393-solved-problem-with-php-editor/#findComment-773671 Share on other sites More sharing options...
angus930 Posted March 1, 2009 Author Share Posted March 1, 2009 Haha, I thought it would be something simple. I did a bit of Google searching, but couldn't find an appropriate function. Thanks heaps. Link to comment https://forums.phpfreaks.com/topic/147393-solved-problem-with-php-editor/#findComment-773690 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.