<?php
<h1>Введите данные админа</h1>
<form method="post" action="index.php?mod=two">
    <b>Введите логин:</b><br/>
    <input type="text" name="login" /><br/>
    <b>Пароль:</b><br/>
    <input type="text" name="password" /><br/>
     <input type="submit" value="Установка"/>
</form>
?>