This commit is contained in:
2024-05-20 15:11:17 +03:00
parent 6744d4e537
commit 8f07ea82bc
10 changed files with 161 additions and 35 deletions

View File

@ -5,7 +5,7 @@
<title>Form ФИО</title>
</head>
<body>
<form action="src\info.php" target="_blank" method="post">
<form action="index.php" target="_blank" method="post">
Фамилия: <br>
<input type = "text" name = "surname" required size="50" autofocus placeholder="Фамилия"> <br> <br>
Имя: <br>