Konvertieren Sie das Element in die HTML -Zeichenfolge
html_entity_decode
$temp = "<font class='red font-price'> 30 </font>";
echo html_entity_decode($temp);
Zidane (Vi Ly - VietNam)