Strings Php

   $input = "I really love PHP!";
   $input = strip_tags($input,"");
   echo $input;
?>