Answers for "php clear string from html tags"

PHP
1

remove html tags from string php

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

php clean html tags

strip_tags($var);
Posted by: Guest on November-07-2020

Code answers related to "php clear string from html tags"

Browse Popular Code Answers by Language