This commit is contained in:
szabomarton
2025-02-12 07:49:03 +01:00
parent 81f7f2d79b
commit 5b582005f1
2 changed files with 14 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<form action="asd.php" method="POST">
<form action="results.php" method="POST">
<label>felhasználó neve: </label>
<input type="text" name="user">
<button type="submit">Felhasználó adatainak megjelenítése</button>