Backend/20241202/enyem/html.php

21 lines
598 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>
<h2>ADAT felvétel</h2>
<form method="POST">
Cím: <input type="text" name="cim"><br>
Filmtípus: <input type="number" name="tipus"><br>
Jegyár: <input type="number" name="ar"><br>
<button type="submit">KÜLD</button>
</form>
</body>
</html>