View file game/2/index.php

File size: 1.11Kb
<?php


require_once("head.php");
require_once("config.php");
echo "<p align=\"left\">";
echo "<small><b>&#1087;&#1080;&#1089;&#1100;&#1084;&#1086; &#1072;&#1076;&#1084;&#1080;&#1085;&#1091;</b><br/><br/>";

echo "<b>&#1080;&#1084;&#1103;:</b></small><br/>
			<input type=\"text\" name=\"from\" value=\"\" emptyok=\"true\" maxlength=\"60\"/><br/>";
echo "<small><b>e-mail:</b></small><br/>
			<input type=\"text\" name=\"tvojmejl\" value=\"\" emptyok=\"true\" maxlength=\"100\"/><br/>";
echo "<small><b>&#1089;&#1086;&#1086;&#1073;&#1097;&#1077;&#1085;&#1080;&#1077;:</b></small><br/>
			<input type=\"text\" name=\"text\" value=\"\" emptyok=\"true\" maxlength=\"10000\"/>";

echo "<br/><small><b><anchor>&#1086;&#1090;&#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1100;<br/>
<go method=\"post\" href=\"send.php\">
<postfield name=\"from\" value=\"$(from)\"/>
<postfield name=\"text\" value=\"$(text)\"/>
<postfield name=\"tvojmejl\" value=\"$(tvojmejl)\"/>
</go></anchor>";
echo "<a href=\"../\">&#1085;&#1072; &#1075;&#1083;&#1072;&#1074;&#1085;&#1091;&#1102;</a></b></small>";
require_once("foot.php");




?>