Просмотр файла znak_otzuv(mysql)/enter.php

Размер файла: 1.32Kb
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">";
print "<wml><head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>";
print "<card title=\"&#1040;&#1074;&#1090;&#1086;&#1088;&#1080;&#1079;&#1072;&#1094;&#1080;&#1103;\">";
print "<p align=\"left\">";

print "<small>&#1042;&#1072;&#1096; ID:</small><br/>";
print "<input type=\"text\" name=\"id\"/><br/>";
print "<small>&#1055;&#1072;&#1088;&#1086;&#1083;&#1100;:</small><br/>";
print "<input type=\"password\" name=\"pass\"/><br/>";
print "<small><anchor title=\"go\">&#1042;&#1093;&#1086;&#1076;&#1080;&#1084;<go href=\"prof.php?id=$id&amp;pass=$pass\" method=\"post\"><postfield name=\"id\" value=\"$(id)\"/>
<postfield name=\"pass\" value=\"$(pass)\"/>
</go>
</anchor></small><br/>";
print "<br/><small><a href=\"reg.wml\">&#1056;&#1077;&#1075;&#1080;&#1089;&#1090;&#1088;&#1072;&#1094;&#1080;&#1103;</a></small>";
print "<br/><small><a href=\"index.php\">&#1047;&#1085;&#1072;&#1082;&#1086;&#1084;&#1089;&#1090;&#1074;&#1072;</a></small>";
print "<br/><small><a href=\"http://mas.net.ru\">Mas.Net.Ru</a></small>";
print "<br/>";
print "
</p>
</card>
</wml>";
?>