bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]])
So...
mail($emailaddy, $fname."'s own website", $fname."'s home page is located at the following URL\n http://twcmad.com/test/");
You also should specify a bunch of stuff in the mail header, such as mail format, from address etc etc. All the info is at www.php.net/mail.