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

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

echo "<br><b>Регистрация</b><br/><br/>

<form action='1.php' method='post'>
Желаемое имя:<br/><input type='text maxlength='10' name='name'><br/>
Желаемый пароль:<br/><input type='text' maxlength='14' name='password' value=''><br/>
Секретное слово:<br/><input type='text maxlength='40' name='mail'><br/>

<input type='submit' value='Зарегистрироваться'></form>
&raquo; <a href='login.php'/>Авторизироваться</a><br><br>

&raquo; <a href='hello.php'/>Главная</a><br><br>";
echo $copy;

include "foot.php";
?>