Answers for "remove a html tag php"

PHP
2

remove html tags from string php

<?php
	echo strip_tags("Hello <b>world!</b>");
Posted by: Guest on June-03-2020

Browse Popular Code Answers by Language