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