There is some html text stored in the Database which I want to show in an html text area as it was in the Database.
Text in DB is:
<SPAN STYLE= "" >I should have known this....</SPAN>
but when I show it in the text area it gets displayed as:
I should have known this
</SPAN>
">
I am filling the text area like so:
<textarea class="inputtext" name="content" value="<?=$row2['contentFull']?>">