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