echo'<h2 align="center">Футбольный менеджер</h2>';
if(!$club_name)echo"<div
class='menu'><b><a
href='zayv.php'>Получить команду</
a></b></div>"; else{
if(!$club_id){$cn=explode(' (', $club_name);
$qci=mysql_query("select * from
fman_clubs where name='$cn[0]';");
$dc=mysql_fetch_array($qci);
$club_id=$dc[id];}
echo"<div class='menu'>Мой клуб: <a href='club.php?id=$club_id'>
$club_name</a></div>";}
$count_trans=mysql_result(mysql_query
("select count(*) from fman_news
where pl_id>0 and club_id=0;"),0);
$count_trans_new=mysql_result (mysql_query("select count(*) from
fman_news where pl_id>0 and
club_id=0 and time>".
($realtime-3600*48).";"),0);
$count_man=mysql_result(mysql_query
("select count(*) from fman_news where pl_id=0 and club_id=0;"),0);
$count_man_new=mysql_result
(mysql_query("select count(*) from
fman_news where pl_id=0 and
club_id=0 and time>".
($realtime-3600*48).";"),0); if($rights>=7)echo"<div
class='menu'><b><a
href='adminka.php'>Админка</a></
b></div>";
сам пробывал не получаетса. Помогите пожайлуста.