View file angrm/index.php

File size: 1.08Kb
<? include_once '../sys/inc/start.php';
include_once '../sys/inc/compress.php';
include_once '../sys/inc/sess.php';
include_once '../sys/inc/home.php';
include_once '../sys/inc/settings.php';
include_once '../sys/inc/db_connect.php';
include_once '../sys/inc/ipua.php';
include_once '../sys/inc/fnc.php';
include_once '../sys/inc/user.php';




if(isset($_GET['start'])) {


mysql_query("INSERT INTO `anagramma_form`(`id`, `id_user`, `time`, `msg`) values('', '0', '$time', '".$user['nick']." в игре! Поприветствуем!')");
header("Location: room.php");
exit;
}

$set['title']='Анаграмма'; // заголовок страницы

include_once '../sys/inc/thead.php';
title();

aut();

echo '<br /><div class = "nav1"><img src="play.png"> <a href="?start">Начать игру</a></div>';
echo '<div class = "nav1"><img src="top.png"> <a href="top.php">Топ лучших</a></div>';

echo '<br />';
echo '<center>Сейчас играют: ';
include_once 'count.php';
echo '</center>';
echo '<br />';
include_once '../sys/inc/tfoot.php';
?>