Просмотр файла profil.php

Размер файла: 875B
<?php

Error_Reporting(E_ALL & ~E_NOTICE);

Error_Reporting (ERROR | WARNING);

extract($HTTP_GET_VARS);

extract($HTTP_POST_VARS);

extract($HTTP_COOKIE_VARS);

extract($HTTP_SERVER_VARS);

extract($HTTP_SESSION_VARS);

session_name("SESID"); 

session_start();

include "start.php";

include "cfg.php";

header("Content-type:text/html;charset=utf-8");
include "head.php";

echo"<div class=\"header\">Вход в профиль</div>
<form method=\"post\" action=\"prof.php\">

Ваш ID:<br/>
<input name=\"id\"  maxlength=\"40\" value=\"$pid\" /><br/>

Ваш пароль:<br/>
<input name=\"pass\" maxlength=\"10\" value=\"\" /><br/>
<input value=\"Войти\" name=\"do\" type=\"submit\" /></form>";


print "
$srd<div class=\"header\">
$ss<a href=\"index.php\">Рейтинг</a><br/>
$ss<a href=\"$index_url\">На главную</a></div>";

include "foot.php";

?>