Вход Регистрация
Файл: play_gamescool/fish/ulov.php
Строк: 26
<?php
include_once '../../connect.php';
$title $title.' :: Онлайн рыбалка :: Садок';
include_once 
'../../head.php';

if(!isset(
$u)){
  
header("Location:/index.php");
  exit;
}





include_once 
'inc/start.php';
$posts=array();
if(
$fish['max_ves']!=0)
$posts[]=array('title'=>'Самая большая рыба, словленная вами - '.$fish["max_kogo"].' ('.$fish['max_ves'].' кг)');

$count=mysql_query("SELECT * FROM `fish_ulow` WHERE `id_u`='".$user_id."'");
if(
mysql_num_rows($count)==0)
$posts[]=array('title'=>'У вас нет улова');
else
{
while(
$arr=mysql_fetch_array($count)){
$p=mysql_fetch_array(mysql_query("SELECT * FROM `fish` WHERE `id`='".$arr['id_r']."'"));
$posts[]=array('icon'=>'<td rowspan="2"><img src="f/'.$arr['id_r'].'.png"/></td>',
'title'=>'<td> <b> '.$p["name"].'</b></td></tr><tr><td>',
'post'=>$p['opis'].'Общий вес : '.$arr['ves'].' кг<br/> Кол-во : '.$arr['kolvo'].' шт</td>');
}
}



$count=count($posts);
for(
$i=0;$i<$count;$i++){
if(
$i%2)
echo 
"<div class='div'><table><tr>".implode($posts[$i])."</tr></table></div>";
else
echo 
"<div class='div'><table><tr>".implode($posts[$i])."</tr></table></div>";
}

ret('В игру','index.php');
include_once 
'../../foot.php';
?>
Онлайн: 1
Реклама