I have this code in my page......however, when the user receives an email....they actually see the <a href="www(what my $referer is)........ and its not even a clickable link.......what can i do to actually make it a link?
PHP Code:
$mailcontent = "$from went to and found and interesting thing that he would like for you to check out. Here is the link: <a href=\"$referer\">$referer</a> \nadditional comments by $from: $comments";
Comment