Вход Регистрация
Файл: vitaliy_nosov/public_html/pay/index.php
Строк: 21
<?
error_reporting
(1);
require (
'../config/func.php');
$title 'Покупка золота';
require (
'../config/header.php');
auth();
$summa abs(intval($_POST['summa']));
if(empty(
$summa) and isset($_POST['summa'])){
$_SESSION['notif'] = 'Введите сумму';
header('Location: ?');
exit;
}
?>
<div class="block">Курс покупки: <img src="/style/gold.png"> 100 ~ 1.00 руб.</div> <form class="block center" action="submit.php" method="POST">
Сумма:</br>
<input type="text" name="summa" maxlength="50" value="10" placeholder=""/><br /><input type="submit" class="button_on" value="Продолжить">
</form>
</div>
<div class="block center">Бонусы при покупке</div>
<div class="block">От 100.00 руб. = 10000 <img src="/style/gold.png"></div>
<?
require ('../config/footer.php');
?>
Онлайн: 0
Реклама