TODO finish

This commit is contained in:
szabomarton
2024-09-26 11:50:18 +02:00
parent 7c17f4859c
commit 22c245f14d
7 changed files with 74 additions and 0 deletions

14
20240926/masodiklap.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
include "input_check.php";
?>
<h2>
Adj meg egy karaktert!
</h2>
<form action="harnadikoldal.php">
<input type="text" maxlength="1" name="input_char"><br>
<button type="submit">Benne van e?</button>
</form>
<?php
include "char_check.php";
?>