<html>
<head>
<title>נשלח</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1255">
</head>
<body dir=rtl> <font face="arial" color="#000000" size=2>
<div align=center><br><Br><br><?
$to = "EMAIL ADRESS";if ($_POST=="")
die("נא הקלד שם");
if ($_POST=="")
die("נא הקלד שם משפחה");
if ($_POST=="")
die("נא הקלד גיל");
if ($_POST=="")
die("נא הקלד כתובת");
if ($_POST=="")
die("נא הקלד טלפון");
if ($_POST=="")
die("נא הקלד טלפון נייד");
if ($_POST=="")
die("נא הקלד שנת הוצאת רישיון נהיגה)");
if ($_POST=="")
die("נא הקלד שנה אחרונה לתביעה (אין אין כתוב 0)");
if ($_POST=="")
die("נא הקלד סוג אופנוע");
if ($_POST=="")
die("נא הקלד נפח מנוע");
$body="<body bgcolor=#FFFFFF text=#000000>
<font face=Arial size=2>שם השולח : $name<br>\nאימייל של השולח : $email<br>\n".str_replace("\n","<br>",$body)."</font>
</body>";
$headers .= "Content-Type: text/html; charset=window-1255\n";
$headers .= "From: $email\r\n";
mail($to,$title,$body,$headers);
echo "<font color=000000 face=arial size=2><b>";
echo "תודה, נשתדל לענות בהקדם!\n";
echo "</b></font>";
?>
</div>
</body>
</html>