<?php $bad = "<?php header(); ?><blink>Ugh!</blink><?php footer(); ?>";$ok = strip_tags($bad);print $ok;?>