Bonjour,
Code PHP :
<?php
$text = "€ & du texte <b>et du html</b>";
echo htmlspecialchars(html_entity_decode($text));
Comme ça ?
Edit : trop lent, c'est ce que Sephi-Chan proposait ^^'