Backend/20240926/masodiklap.php
2024-09-26 11:50:18 +02:00

14 lines
259 B
PHP

<?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";
?>