HTML Php

   $input = "Email spammer@example.com";
   echo strip_tags($input);
?>