HTML tag strip : HTML String : HTML PHP Source Code


PHP Source Code » HTML » HTML String »

 

HTML tag strip



<?php
   $input = "This <a href='http://www.navioo.com/'>navioo</a> is <b> </b>!";
   echo strip_tags($input, "<a>");
?>


           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo HTML
» HTML String