Hi!
Everything looks good, and loads as it should.
But when I submit a text, it looks like this:
by test @ 21 Apr 2008 12:17 am
<p>Testing!<br />
<strong>Bold</strong></p>
<p><strong><img alt="" src="/fckeditor/editor/images/smiley/msn/crying.gif" /></strong></p>
<p> </p>
How can i fix this? It should be Bold, not <strong>Bold</strong>?
Everything looks good, and loads as it should.
But when I submit a text, it looks like this:
by test @ 21 Apr 2008 12:17 am
<p>Testing!<br />
<strong>Bold</strong></p>
<p><strong><img alt="" src="/fckeditor/editor/images/smiley/msn/crying.gif" /></strong></p>
<p> </p>
How can i fix this? It should be Bold, not <strong>Bold</strong>?

Re: Why are my html tags also displayed?
Re: Why are my html tags also displayed?
Re: Why are my html tags also displayed?
http://cutephp.com/
$output = str_replace("{comment}", "<a name=\"".$comment_arr[0]."\"></a>$comment_arr[4]",$output);$output = str_replace("{comment}", "<a name=\"".$comment_arr[0]."\"></a>".html_entity_decode($comment_arr[4]),$output);