Thanks man, it's almost there. I'm getting the email now, but the contents are not showing right.
I added this to where you said I should add it:
$youremail = "kevin@lectric.com";
$subject = "New Comments from $name";
$comments = "$name sent you these comments:\n\n$comments";
$headers = "From: †$name <$email>\n";
mail($youremail, $subject, $comments, $headers);
The email I got is like this
Email came from 1 <1@server45.totalchoicehosting.com>
Subject: New Comments from 1
and the body of the email is :
1 sent you these comments:
1
I entered Test in every field except I entered my email in the email field.
Know the problem of why it's doing this?