";
} elseif (!validate_mail($your_email)) {
$error .= "Your email address is invalid.
";
}
if ($your_name == '') {
$error .= "Your name was left blank.
";
}
if ($to_email == '') {
$error .= "Your friend's email address is blank.
";
} elseif (!validate_mail($to_email)) {
$error .= "Your friend's email address is invalid.
";
}
if ($subject == '') {
$error .= "Subject was left blank.
";
}
$recaptcha_correct=check_recaptcha();
if(!$recaptcha_correct){
$error .= "Please check your verification string.
";
}
if ( empty($error) ) {
// send email
$host=$_SERVER['HTTP_HOST'];
$to = $to_email;
$from = $your_email;
$msg = <<
|
 |
|
|
|
{$your_name} is sending you a page from motorcycle.com
|
|