View file wap.rzz.ru/mod/guestbook/action.php

File size: 815B
<?php
include $DOCUMENT_ROOT.'/wap/inc/header.php';
echo "&#x0418;&#x043C;&#x044F;:<input  type=\"text\" name=\"user_name\"/><br/>
&#x0422;&#x0435;&#x043A;&#x0441;&#x0442;:<input  type=\"text\" name=\"user_mess\"/><br/>
<anchor>&#x041E;&#x0442;&#x043F;&#x0440;&#x0430;&#x0432;&#x0438;&#x0442;&#x044C;
<go href=\"add_mess.php\" method=\"post\">
<postfield name=\"user_name\" value=\"$(user_name)\"/>
<postfield name=\"user_mess\" value=\"$(user_mess)\"/>
</go>
</anchor>
<br/>
<do type=\"accept\" label=\"&#x041E;&#x0442;&#x043F;&#x0440;&#x0430;&#x0432;&#x0438;&#x0442;&#x044C;\">
<go href=\"add_mess.php\" method=\"post\">
<postfield name=\"user_name\" value=\"$(user_name)\"/>
<postfield name=\"user_mess\" value=\"$(user_mess)\"/>
</go>
</do>
";
include $DOCUMENT_ROOT.'/wap/inc/footer.php';
?>