Answers for "convert html entities to text"

1

html_entity_decode

html_entity_decode

$temp = "<font class='red font-price'> 30 </font>";
echo html_entity_decode($temp);
Posted by: Guest on November-09-2020
0

convert html to text

jQuery(html).text();
Posted by: Guest on August-24-2021

Browse Popular Code Answers by Language