Просмотр файла install.php

Размер файла: 783B
<?
include 'dan.php';

include 'ver.php';

$zag="Регистрация";
if($ver=="wml"){include 'wapzag.php';} else{include 'webzag.php';}
if($ver!="wml"){print"<form method=\"post\" action=\"inreg.php?ver=$ver\" name=\"login\">";}
print"
Логин: <input name=\"zlogin\" maxlength=\"10\"/><br/>
Пароль: <input name=\"zpas\" maxlength=\"10\"/><br/>
";

if($ver=="wml"){print"<anchor title=\"ok\">регистрировать
<go href=\"inreg.php?ver=$ver\" method=\"post\">
<postfield name=\"zlogin\" value=\"$(zlogin)\"/>
<postfield name=\"zpas\" value=\"$(zpas)\"/>
</go>
</anchor><br/>";}
else{print"<input class=\"button\" type=\"submit\" value=\"регистрировать\"/></form>";}





$link_her="rega.php?pas=$pas&amp;login=$login";
include 'niz2.php';


?>