Answers for "remove html from variable php"

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 "remove html from variable php"

Browse Popular Code Answers by Language