Backend/20241202/PHP adatbázis alapok-20241202/html.php
szabomarton 0b28a908b1 added
2024-12-02 14:36:30 +01:00

14 lines
327 B
PHP

<!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>