Remove html tags from string php

<?php echo strip_tags("Hello <b>world!</b>"); ?>
Ankur Rajput
Asked 24-02-2024
203

Answer (1)
you can use strip_tags(); core php function remove html tags 
Harsh Aggrawal
Asked 29-06-2018
45 Likes
Comments
Write comment

Submit your answer