This commit is contained in:
2024-05-27 11:40:02 +03:00
parent 5b3ea91ac5
commit 5468b1d286
5 changed files with 61 additions and 10 deletions

View File

@ -29,3 +29,9 @@
<input type="reset">
</form>';
echo $form;
/* $formSearch =
'<form action="info.php" target="_blank" method="post">
<input type="search" name="result_search"> <br> <br>
<input type="submit" value="Поиск">
</form>';*/