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

Размер файла: 424B
<?php
include("head.php");

echo "<br><u>ввод на месте</u><br/><br/>
<form action='index.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>
&raquo; <a href='registration.php'/>регистрация</a><br>";

include("foot.php");
?>