Backend/20241202/PHP adatbázis alapok-20241202/html.php

14 lines
327 B
PHP
Raw Normal View History

2024-12-02 13:36:30 +00:00
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Szűrés</title>
</head>
<body>
<form method="POST">
<input type="text" name="szures">
<button type="submit">Szűrés</button>
</form>
</body>
</html>