Answers for "remove specific tag from string php"

PHP
3

remove html tags from string php

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

Code answers related to "remove specific tag from string php"

Browse Popular Code Answers by Language