if($formok){
$headers = "From: [email protected]\r\n";
//$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
$emailbody = "
<html>
<head>
</body>
</html>";
mail("[email protected]","Registration",$emailbody,$headers);
}
if($formok){
$headers = "From: NOREPLY@