Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by drt ( 15 years ago )
<?php
if (isset($site)) {$site="Да";} else {$site="Нет";}
if (isset($book)) {$book="Да";} else {$book="Нет";}
$v = mail("[email protected]","Заказ с сайта","на сайте был сделан заказ. \n Заказ пришел от: $_POST['fio'] \n Его пароль: $_POST['pass'] \n Его email: $_POST['email'] \n Выбрал формат диска: $_POST['format'] \n Выбрал курсы: курс по созданию сайта: $_POST['site'] \n Курс по созданию книг: $_POST['book'] \n Выбрал тип доставки: $_POST['delivery'] \n Адрес доставки: $_POST['address'],"Content-type:text/plain; charset = windows-1251\r\n");
if ($v == "true") {echo "ok!";}
?>
Revise this Paste