Prova così:

Codice PHP:
<?php
$htlm 
= [stringa HTML recuperata dal DB];
echo(
html_entity_decode($html)); 
?>