Размер файла: 1.09Kb
<?php
/* *
*
**************************************
* *
* Made by: SallSon *
* WAP Site: http://sallson.surfs.it *
* Version: 1.0 *
* *
***************************************
*
*
*/
include('config.php');
require_once('header.php');
echo "<small><i>Send email to admin</i><br/><br/>";
echo "<b>Name:</b></small><br/>
<input type=\"text\" name=\"from\" value=\"\" emptyok=\"true\" maxlength=\"75\"/><br/>
<small><b>Your email:</b></small><br/>
<input type=\"text\" name=\"tvojmejl\" value=\"\" emptyok=\"true\" maxlength=\"80\"/><br/>
<small><b>Message:</b></small><br/>
<input type=\"text\" name=\"text\" value=\"\" emptyok=\"true\" maxlength=\"650\"/>";
echo "<br/><anchor>Send
<go method=\"post\" href=\"send.php\">
<postfield name=\"from\" value=\"$(from)\"/>
<postfield name=\"text\" value=\"$(text)\"/>
<postfield name=\"tvojmejl\" value=\"$(tvojmejl)\"/>
</go></anchor>";
echo "<br/><br/></p><p align=\"center\">----------<br/>
<a href=\"$home\">Home</a><br/><br/>
</p>
</card></wml>";
?>