?php
$phone = $_POST['phone'];
$address = $_POST['address'];
$message = $_POST['message'];
$error = '';
if(trim($phone) == ''
$error = 'код'
else if(trim($address) == ''
$error = 'код'
else if(trim($message) == ''
$error = 'код'
else if(strlen($message) <10)
$error = 'код'
if($error != '' {
echo $error;
exit;
}
$subject = "=?utf-8?B?".base64_encode("Заказ с сайта:"."?=";
$headers = "From: $phone\r\nReply-to: $phone\r\nContent-type: text/html;charset=utf-8\r\n";
mail('почта', $subject, $address, $message, $headers);
if ($headers != '' {
header ('Location: zakaz.php' //если сообщение отправлено успешно, то выходит это сообщение
exit;
}
header('Location: about.php' // было написано header('Location: /about.php' с косой палкой перед about
header('Location: computers.php'
header('Location: notebooks.php'
header('Location: PriceListMelkayaTeh.php'
header('Location: PriceListStir.php'
header('Location: PriceListHolod.php'
?>
$phone = $_POST['phone'];
$address = $_POST['address'];
$message = $_POST['message'];
$error = '';
if(trim($phone) == ''
$error = 'код'
else if(trim($address) == ''
$error = 'код'
else if(trim($message) == ''
$error = 'код'
else if(strlen($message) <10)
$error = 'код'
if($error != '' {
echo $error;
exit;
}
$subject = "=?utf-8?B?".base64_encode("Заказ с сайта:"."?=";
$headers = "From: $phone\r\nReply-to: $phone\r\nContent-type: text/html;charset=utf-8\r\n";
mail('почта', $subject, $address, $message, $headers);
if ($headers != '' {
header ('Location: zakaz.php' //если сообщение отправлено успешно, то выходит это сообщение
exit;
}
header('Location: about.php' // было написано header('Location: /about.php' с косой палкой перед about
header('Location: computers.php'
header('Location: notebooks.php'
header('Location: PriceListMelkayaTeh.php'
header('Location: PriceListStir.php'
header('Location: PriceListHolod.php'
?>