采用
strip_tags
$text = '<p>Test paragraph.</p><!-- Comment --> <a href="#fragment">Other text</a>';echo strip_tags($text); //output Test paragraph. Other text<?php echo substr(strip_tags($row_get_Business['business_description']),0,110) . "..."; ?>

采用
strip_tags
$text = '<p>Test paragraph.</p><!-- Comment --> <a href="#fragment">Other text</a>';echo strip_tags($text); //output Test paragraph. Other text<?php echo substr(strip_tags($row_get_Business['business_description']),0,110) . "..."; ?>