Monday, 13 June 2016

how to remove html tag in php

<?php
echo strip_tags("Hello <b>world!</b>");
?>




how to remove html tag in php

No comments:

Post a Comment