7 lines
274 B
PHP
7 lines
274 B
PHP
<form method="POST">
|
|
<label for="nev">Név</label>
|
|
<input type="text" name="nev" id="nev"><br>
|
|
<label for="jelszo">Jelszó</label>
|
|
<input type="password" name="jelszo" id="jelszo"><br>
|
|
<button type="submit">SUBMITTTTT</button>
|
|
</form> |