When the user enters text and apply any formatting using fckeditor and submits, the result shows html tags. This might be simple but I am very new here... please somebody help
Below is an example of the out put displayed:
<p>Why are these tags displayed? <u><em><strong>All formatting displays as HTML TAG.</strong></em></u></p>
It should be displayed as:
Why are these tags displayed?All formatting displays as HTML TAG.
Below is an example of the out put displayed:
<p>Why are these tags displayed? <u><em><strong>All formatting displays as HTML TAG.</strong></em></u></p>
It should be displayed as:
Why are these tags displayed?All formatting displays as HTML TAG.
Re: PLEASE HELP: HTML TAGS DISPLAYED