Frosty, грамматическая ошибка:
[code]
<?php
Удалён
include_once "../inc/db_connect.php";
include_once "../inc/fnc.php";
header('Content-Type: text/html;charset=utf8');
$err = "";
if(!isset($_SESSION['user'])){
header("Location: index.php"
;
exit();
}else{
$data_user = mysql_fetch_array(mysql_query("SELECT * FROM users WHERE nick='".$_SESSION['user']."'"
) or die(mysql_error());
if($data_user['status'] == "Гонщик" or $data_user['status'] == "VIP" or $data_user['status'] == "Помощник"
{
header("Location: ../index.php"
;
exit();
}else{
$user = $_SESSION['user'];
$dateig = date("H:i:s"
;
$data_userid = $data_user['id'];
<?
<?include_once '../head.php";?>
[/code]