Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

convert element to html string

html_entity_decode

$temp = "<font class='red font-price'> 30 </font>";
echo html_entity_decode($temp); 

 
PREVIOUS NEXT
Tagged: #convert #element #html #string
ADD COMMENT
Topic
Name
8+9 =