This commit is contained in:
2024-05-21 17:06:42 +03:00
parent 8254407aae
commit 44f11cbb1d
8 changed files with 95 additions and 102 deletions

View File

@ -1,9 +1,11 @@
<?php $form = '<form action="info.php" target="_blank" method="post">
Фамилия: <br>
Фамилия:<br>
<input type = "text" name = "surname" required size="50" autofocus placeholder="Фамилия"> <br> <br>
Имя: <br>
Имя:<br>
<input type = "text" name = "name" required size="50" placeholder="Имя"> <br> <br>
Отчество (если есть): <br>
Отчество (если есть):<br>
<input type = "text" name = "patronymic" size="50" placeholder="Отчество"> <br> <br>
Дата Рождения: <br>