|

|
$mailto="rony_byalsky@hotmail.com";
if (empty($ok))
{
?>
}
else
{
if (empty($username))
{
$error .= "םש :םירסח םיטרפ ";
}
if(!preg_match("/^([a-z,0-9,_,-])+@([a-z,0-9])+(.([a-z,0-9])+)+$/", $mailfrom))
{
$error = "E-mail תבותכ :םיטרפ יולימב תועט ";
}
if (empty($country))
{
$error .= "ץרא ,ריע :םירסח םיטרפ ";
}
if (empty($message))
{
$error .= "העדוהה ןכות :םירסח םיטרפ ";
}
if ($error)
{
echo $error;
echo " ספוטל הרזח";
exit;
}
$subject="$mailfrom :מ העדוה";
$body="$username :oa
E-mail: $mailfrom
$country :ץרא ,ריע
:העדוהה
$message";
$body=convert_cyr_string (stripslashes($body),w,k);
$subject=convert_cyr_string (stripslashes($subject),w,k);
$sucess = mail($mailto, $subject, $body, "From: $email X-Mailer: PHP/" . phpversion());
if ($sucess)
{
echo ".החלשנ םכלש העדוהה .הדות
";
echo "ספוטל הרזח";
}
}
?>
|
|
|
|