Strings Php

   $author = "jason@example.com";
   $author = str_replace("@","(at)",$author);
   echo "Contact $author.";
?>