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

File size: 721B
<?php
include $DOCUMENT_ROOT.'/inc/header.php';
echo '
&#x0412;&#x0430;&#x0448;&#x0435; &#x0418;&#x043C;&#x044F;:
<input type="text" name="name"/> 
<br/>
&#x0412;&#x0430;&#x0448;&#x0435; &#x0441;&#x043E;&#x043E;&#x0431;&#x0448;&#x0435;&#x043D;&#x0438;&#x0435;: 
<input type="text" name="mess"/>
<br/>
<anchor>Ok
<go href="/mod/guestbook/insert_db.php" method="post">
<postfield name="name" value="$(name)"/>
<postfield name="mess" value="$(mess)"/>
</go>
</anchor>
<br/>
<do label="Ok" type="accept">
<go href="/mod/guestbook/insert_db.php" method="post">
<postfield name="name" value="$(name)"/>
<postfield name="mess" value="$(mess)"/>
</go>
</do>
';
include $DOCUMENT_ROOT.'/inc/footer.php';
?>