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

Размер файла: 1.37Kb
<? 
Header("Content-type:text/vnd.wap.wml; charset=UTF-8\n\n\n");
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">\n";
$dir = $_GET["dir"];
$pp= $_GET["pp"];
print "<wml><card title=\"&#1047;&#1072;&#1087;&#1080;&#1089;&#1082;&#1080;\">\n";
print "<p>";
print "<small>&#1047;&#1072;&#1087;&#1080;&#1089;&#1082;&#1072; &#1076;&#1083;&#1103;: $dir</small><br/>";
echo "<small>&#x412;&#x430;&#x448;&#x435; &#x438;&#x43C;&#x44F;:</small><br/>";
echo "<input title=\"nick\" name=\"nick\"/><br/>";
echo "<small>&#1047;&#1072;&#1087;&#1080;&#1089;&#1082;&#1072;:</small><br/>";
echo "<input title=\"mess\" name=\"mess\"/><br/>";
echo "<small><anchor>&#1053;&#1072;&#1087;&#1080;&#1089;&#1072;&#1090;&#1100;
     <go href=\"apply.php\" method=\"get\">
	<postfield name=\"nick\" value=\"$(nick)\"/>
	<postfield name=\"mess\" value=\"$(mess)\"/>
	<postfield name=\"dir\" value=\"$dir\"/>
	<postfield name=\"pp\" value=\"$pp\"/>
	</go>
	</anchor></small><br/>";
print "<br/><small><a href=\"index.php\">&#1047;&#1085;&#1072;&#1082;&#1086;&#1089;&#1090;&#1074;&#1072;</a></small><br/>";
print "<small><a href=\"reg.wml\">&#1056;&#1077;&#1075;&#1080;&#1089;&#1090;&#1088;&#1072;&#1094;&#1080;&#1103;</a></small><br/>";
print "<small><a href=\"http://mas.net.ru\">Mas.Net.Ru</a></small><br/>";
print "</p>
</card>
</wml>";

?>