se eseguo la query da phpmyadmin mi viene visualizzata correttamente... :master:

il problema allora è nel while?

while($dati = mysql_fetch_array($select)) {

echo "

". $codeLighter->convert( htmlentities($dati["approfondimento"]))."</p>";

}