Strings Php

   $input = "This example!";
   echo strip_tags($input, "");
?>