Glese Posted December 1, 2011 Share Posted December 1, 2011 Excuse the beginner question. Though, how do you avoid the processing of HTML when text becomes inputted, without stripping away the tags, or trimming the text in any way, simply leaving it as is? Link to comment https://forums.phpfreaks.com/topic/252233-avoiding-the-processing-of-html/ Share on other sites More sharing options...
KevinM1 Posted December 1, 2011 Share Posted December 1, 2011 Excuse the beginner question. Though, how do you avoid the processing of HTML when text becomes inputted, without stripping away the tags, or trimming the text in any way, simply leaving it as is? htmlentities with ENT_QUOTES and UTF-8. Link to comment https://forums.phpfreaks.com/topic/252233-avoiding-the-processing-of-html/#findComment-1293156 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.