Таверна'; $com = $com[$datauser['ship']] + $com1[$datauser['ship']]; switch ($_GET['v']) { case 'v' : $col = $_POST['kol']; if ($col > $datauser['balans']) { echo ''; header('Refresh: 3; URL=/ship/index.php'); } if ($col <= $datauser['balans']) { $coints = $col * 10; $balans = $datauser['balans'] - $col; $coint = $datauser['coints'] + $coints; if(!mysql_query("UPDATE `users` SET balans = '" . $balans . "', coints = '" . $coint . "' WHERE id = '" . $id . "';")){ echo 'Ошибка при внесении в таблицу!'; } else { echo 'Получено монет ' .$coints. '
Списано баллов ' .$balans. ''; header('Refresh: 3; URL=/ship/index.php'); } } } echo ''; echo '
'; echo 'Назад'; echo '
'; require_once ('../../../incfiles/end.php'); ?>