I have a custom form on my site and it returns a message to the user and to the admin. Inside the php file In the body of the message it says:
$msg .="Below is the membership details you have entered. Please email billxyz@gmail.com for more infor.<br><br>";
How do I make the email into a hyperlink because I don't seem to be able to use the standard html "a" tag. I have tried this ".$billxyz@gmail.com." but it does not work.