slawrence10 Posted November 19, 2009 Share Posted November 19, 2009 Hey we're using a bespoke CMS but have added in new functionality to place HTML code at the bottom of our pages. The PHP is replacing " with /" and all ' with /' when printing it onto the page. Just a quick question on what function is causing this escape formatting? and if there is a function to do the reverse or simple to just disable it? Thanks for your time! Kind Regards, Scott Link to comment https://forums.phpfreaks.com/topic/182142-solved-cms-escape-formatting-html-code/ Share on other sites More sharing options...
slawrence10 Posted November 19, 2009 Author Share Posted November 19, 2009 OK worked it out use: stripslashes() Link to comment https://forums.phpfreaks.com/topic/182142-solved-cms-escape-formatting-html-code/#findComment-960950 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.