Answers for "how to remove html tags from text in php"

PHP
1

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 "how to remove html tags from text in php"

Browse Popular Code Answers by Language