MaxDs
Guest
Ошибка в запросе! ГДЕ?!
$_comm=mysql_query("select
participants.side, players.id, players.user, players.hp_now, players.vitality, SUM(objects.hp) as hp
from participants, players, objects
where players.id=participants.id
and players.hp_now>0
and participants.done=0
and participants.time=$stat[battle]
and players.battle=$stat[battle]
and objects.user=players.user");
$_comm=mysql_query("select
participants.side, players.id, players.user, players.hp_now, players.vitality, SUM(objects.hp) as hp
from participants, players, objects
where players.id=participants.id
and players.hp_now>0
and participants.done=0
and participants.time=$stat[battle]
and players.battle=$stat[battle]
and objects.user=players.user");