<?php $input = "I <td>really</td> love <i>PHP</i>!"; $input = strip_tags($input,"<i></i>"); echo $input; ?>