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

Размер файла: 378B
<?php

include 'include/head.php';

echo '<form action="index.php"><u>Login in site:</u><br />
Name<br/><input name="name" type="text"  maxlength="8" /><br/>
Pass<br/><input name="pass" type="password"  maxlength="8" /><br/>
<input type="submit" value="Login" /></form>';
echo '<a href="registration.php">Registration in site</a>';

include 'include/foot.php';

?>