Guest User

Untitled

a guest
Mar 9th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <html>
  2. <body>
  3. <pre>
  4. <?php
  5. var_dump($_POST);
  6. var_dump($_REQUEST);
  7. var_dump($_GET);
  8. ?>
  9. </pre>
  10.  
  11. <form method="POST" action="test.php">
  12.     <input type="text" name="test"></input>
  13.     <input type="submit"></input>
  14. </form>
  15.  
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment