Answers for "php strip all html tags from string"

PHP
4

php strip tags

echo strip_tags("Hello <b>world!</b>");
Posted by: Guest on May-18-2020
0

strip html tag php

$text = '<p>Test paraagraph.</p><!-- Comment --> <a href="#fragment">Other text</a>';
Posted by: Guest on May-25-2021

Browse Popular Code Answers by Language