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