Backend/20240926/elsolap.php
2024-09-29 08:53:01 +02:00

8 lines
158 B
PHP

<?php
?>
<input type="text" maxlength="10" name="input_text"><br>
<button type="submit">Ellenőrzés</button><br>
<?php
include "input_check.php";
?>