8 lines
158 B
PHP
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";
|
|
?>
|