Размер файла: 2.08Kb
<?
Error_Reporting(E_ALL & ~E_NOTICE); /////////////// игнорируем ошибки
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="Регистрация">
<p>
<small>Логин(для входа в чат):*</small><br/>
<input type="text" name="login" maxlength="15" emptyok="false"/><br/>
<small>Пароль(для входа в чат):*</small><br/>
<input type="text" name="pass" maxlength="15" emptyok="false"/><br/>
<small>Название чата:*</small><br/>
<input type="text" name="chatname" maxlength="15" emptyok="false"/><br/>
<small>Адрес вашего сайта:*</small><br/>
<input type="text" name="slink" maxlength="30" value="http://" emptyok="false"/><br/>
<small>Название вашего сайта:*</small><br/>
<input type="text" name="sname" maxlength="20" emptyok="false"/><br/>
<small>e-mail:*</small><br/>
<input type="text" name="email" maxlength="25" emptyok="false"/><br/>
<small><anchor>Регистрировать
<go href="reg.php" method="post">
<postfield name="login" value="$(login)"/>
<postfield name="pass" value="$(pass)"/>
<postfield name="chatname" value="$(chatname)"/>
<postfield name="slink" value="$(slink)"/>
<postfield name="sname" value="$(sname)"/>
<postfield name="email" value="$(email)"/>
</go></anchor><br/></small>
<small><a href="index.php">Назад</a></small>
</p>
</card>
</wml>