{% else-1 %}
(13 июн 2015, 15:05) (0/0) [0]
Vol"jin, не помогает(
Добавлено 13.06.15 в 15:06:37:
видно я совсем скрипт замучел)) на исходник заменю,всем спс
(13 июн 2015, 14:47) (0/0) [0]
alchem!st,
mysql_query("update `user` set `mana`'='".($user['mana']-50)."', `health`='".($user['health']-$bashnay_uron)."' where '".(`id` = '".$user['id']."')" );
(13 июн 2015, 14:30) (0/0) [0]
всем привет..нужна помощь..идеи все кончились...
скрипт выдает ошибку
Parse error: syntax error, unexpected '=' in /var/www/los509/data/www/creawap.worldbyte.net/bashni/ataka.php on line 25

[code]
$ank = mysql_fetch_assoc(mysql_query("SELECT * FROM `user` WHERE `id` = '".$bashnay[id_user]."'"*);
$min="10";
$max="1000";
$exp =rand($min , $max );
$expg=rand(10 ,1000);
$user_uron = rand(1,$user[sila]-79);
$bashnay_uron = rand(1,$bashnay[sila]-80);
if($user[mana] > 49){
if($user_uron < $bashnay_uron){
mysql_query("update `user` set `mana`'='".($user['mana']-50)."', `health`='".($user['health']-$bashnay_uron)."' where '".(`id` = '".$user['id']."')"*;
mysql_query("update `bashni` set `health` = '".($bashnay['health']-$user_uron)."' where (`id` = '".$bashnay['id']."')"*;
header("Location: bashnya.php?id=$bashnay[id]"*;
$_SESSION['light'] = "<h2 class='dred' style='font-weight:bold;'><img src='/images/icon/2hit.png' alt=''/> Поражение <img src='/images/icon/2hit.png' alt=''/></h2>";
exit();
}else{
mysql_query("update `user` set `silver` = '".('".$user['silver']."'+$expg)."' where (`id` = '".$user['id']."'));
mysql_query("update `user` set `exp` = '".($user['exp']+$exp)."',`mana`='".($user['mana']-50)."', `health`='".($user['health']-$bashnay_uron)."' where (`id` = '".$user['id']."')"*;
mysql_query("update `bashni` set `health` = '".($bashnay['health']-$user_uron)."' where (`id` = '".$bashnay['id']."')"*;
header("Location: bashnya.php?id=$bashnay[id]"*;
$_SESSION['light'] = "<h2 class='dgreen' style='font-weight:bold;'><img src='/images/icon/2hit.png' alt=''/> Победа <img src='/images/icon/2hit.png' alt=''/></h2><div class='separ'></div><img src='/images/icon/exp.png' alt='exp'/> ".$exp." опыта";
exit();
[/code]
помоему тут ошибка еще на 31 строке...как исправить?
  • 1 из 1