pixeltrace Posted September 16, 2007 Share Posted September 16, 2007 hi, i have an backend page that uses tinymce to make text contents for the front-end. my problem now, whenever i am displaying the text content made from tinymce, its also showing the HTML tags and parameters. how can i fix this? hope you could help me with this. thanks! Quote Link to comment https://forums.phpfreaks.com/topic/69560-how-to-convert-tinymce-output/ Share on other sites More sharing options...
BlueSkyIS Posted September 16, 2007 Share Posted September 16, 2007 how are you displaying the text content? what commands, etc.? Quote Link to comment https://forums.phpfreaks.com/topic/69560-how-to-convert-tinymce-output/#findComment-349554 Share on other sites More sharing options...
pixeltrace Posted September 16, 2007 Author Share Posted September 16, 2007 Hi, After my sql query statement, in that same page i just echo the text content made from tinymce. <? echo "$textcontenthere"; ?> from there instead of just displaying the text, its also showing the html tags like <tr><td>.....<br><font style>...... hope you could help me with this. thanks! Quote Link to comment https://forums.phpfreaks.com/topic/69560-how-to-convert-tinymce-output/#findComment-349582 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.