Просмотр файла registration.php
<?php include "head.php"; echo "<br><u>регистрация на месте</u><br/><br/> <form action='1.php' method='post'> ваше имя:<br/><input type='text' maxlength='10' name='name'><br/> пароль:<br/><input type='password' maxlength='14' name='password'><br/> <input type='submit' value='регистрация'></form> » <a href='login.php'/>ввод на месте</a><br>"; include "foot.php"; ?>