Answers for "php remove html attributes from string"

PHP
1

remove html tags from string php

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

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 html attributes from string"

Browse Popular Code Answers by Language