Answers for "php remove all html from string"

PHP
4

remove html from string php

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

Code answers related to "php remove all html from string"

Browse Popular Code Answers by Language