История боёв:
$sql = "SELECT * FROM `curent_fight` WHERE `rezerv` = '-10' ORDER BY `id` DESC LIMIT 0, 20 "; $res=mysqli_query($conn, $sql); while($arr = mysqli_fetch_array($res)){ $time_end =strtotime($arr['end_fight']); // $time_end = $time_end + 60*120; $hours_end = date("G",$time_end); $min_end = date("i",$time_end); $month_end = date("m",$time_end); $day_end = date("d",$time_end); if ($arr['storona'] == "Коренной") { $storona_img = ""; $fraction="fraction koren"; } else { $storona_img = ""; $fraction="fraction ponaex"; } // $text ="". $storona_img."[".$arr['level']."] Бой завершился на ".$arr['xod']." ходу ".$day_end.".".$month_end." В ".$hours_end.":".$min_end." " ; if($arr['life_koroleva']==0){ $text .= "Победили игроки!" ; }else{ $text .= "Победили жЫвотные. У королевы осталось ".$arr['life_koroleva']." жизней "; } echo($text); echo("
"); } ?>