Strings Php

   $author = "j@rntsoft.com";
   $author = str_replace("@","(at)",$author);
   echo "Contact the author of this article at $author.";
?>