Advertisement
Karek_khinkuji1999

Сохранение значения textarea после отправки в PHP

Mar 24th, 2025
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ?>
  10.  
  11. <form action="" method="GET">
  12.     <textarea name="test"><?= $_GET['test'] ?? '' ?></textarea>
  13.     <input type="submit">
  14. </form>
Tags: php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement