Файл: ubiznes.mobi/inc/location/business/new_business.php
Строк: 21
<?
if(isset($_GET['new_business'])){
if(isset($_GET['ok'])){
if($user[$type]<$price){err_game('У Вас не хватает <img width="16" height="16" src="/images/icons/'.$type.'.png"> <span class="title"> '.($price-$user[$type]).' </span>');$err=1;}
if(empty($err)){
mysql_query("INSERT INTO `business_user` SET `id_user` = '$user[id]'");
mysql_query("UPDATE `user` SET `$type` = `$type` - '$price' WHERE `id` = '$user[id]'");
$_SESSION['msg']="Бизнес успешно куплен";
header("location:/?business"); exit;
}
}
echo'<div class="pan-4"> Вы действительно хотите купить землю под новый бизнес за <img width="16" height="16" src="/images/icons/'.$type.'.png"> <span class="title"> '.$price.' </span> </div>';
podtv("/?business&new_business&ok","/?business");
include_once'sys/foot.php';
}