Backend/20240926/masodiklap.php

11 lines
219 B
PHP
Raw Normal View History

2024-09-26 09:50:18 +00:00
<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";
?>