Здравствуйте , дорогие друзья, я на сайте не могу отредачить анкету персонажа , когда там захожу белый лист показывает и я думаю,что где-то ошибку допустил Помогите исправить ошибку вот <? 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/shif.php'; include_once '../sys/inc/adm_check.php'; include_once '../sys/inc/user.php'; user_access('user_prof_edit',null,'index.php?'.SID); if (isset($_GET['id']))$ank['id']=intval($_GET['id']); else {header("Location: /index.php?".SID);exit;} if (mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `id` = '$ank[id]' LIMIT 1"),0)==0){header("Location: /index.php?".SID);exit;} $ank=get_user($ank['id']); if ($user['level']<=$ank['level']){header("Location: /index.php?".SID);exit;} $set['title']='Профиль персоонажа '.$ank['nick']; include_once '../sys/inc/thead.php'; title(); if (isset($_POST['save'])){ ####################################################