Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html_entity_decode

html_entity_decode

$temp = "<font class='red font-price'> 30 </font>";
echo html_entity_decode($temp); 
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
5+8 =