mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-10 03:01:01 +00:00
Глава 18: мелкие правки
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
<form method='post' action='form_hidden_handler.php'>
|
<form method='post' action='form_hidden_handler.php'>
|
||||||
<textarea name='name' cols='50' rows='10'></textarea><br />
|
<textarea name='name' cols='50' rows='10'></textarea><br />
|
||||||
<input type='submit' value='Отправить' />
|
<input type='submit' value='Отправить' />
|
||||||
<input name='id' type='hidden' value="<?= intval($_GET['id'] ?? ''); ?>" />
|
<input name='id' type='hidden' value="<?= intval($_GET['id'] ?? 0); ?>" />
|
||||||
</form>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user