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