Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <body>
- <pre>
- <?php
- var_dump($_POST);
- var_dump($_REQUEST);
- var_dump($_GET);
- ?>
- </pre>
- <form method="POST" action="test.php">
- <input type="text" name="test"></input>
- <input type="submit"></input>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment