You missed your name or email, without those, we can not get back to you, use your BACK button to go back and fill in the required fields";
} else {
echo "
";
echo "Your Mail Has Been Sent to $bizemail
Back Home ";
mail ("$bizemail" , "Feedback from $businessname Website", "
$name ($email) sent this message to $businessname:
\r\n $comments", "From:$email\r\n"
."Reply-To: $email\r\n"
."Return-Path: $email\r\n"
."Content-Type: text/html;\r\n"
);
}
}
?>