<?php if($product_details[‘description’] != “”) { echo substr(strip_tags(html_entity_decode($product_details[‘description’])), 0, strrpos(substr(strip_tags(html_entity_decode($product_details[‘description’])), 0, 100), ‘ ‘)) . …
Read MoreSpread Your Knowledge
<?php if($product_details[‘description’] != “”) { echo substr(strip_tags(html_entity_decode($product_details[‘description’])), 0, strrpos(substr(strip_tags(html_entity_decode($product_details[‘description’])), 0, 100), ‘ ‘)) . …
Read More