Php remove html tags. Copy. <?php $text = '<p>Test paragraph.</p><!-- Comment --> <a href="#fragment">Other text</a>'; echo strip_tags($text); //Test ...
確定! 回上一頁