Advertisement
Guest User

Vivaldi form test

a guest
Nov 16th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <form method='post' target='_blank'>
  6. <!-- form method='post' target='_self' -->
  7. <input type="hidden" name="testvar" value="testval">
  8. <input type="submit">
  9. </form>
  10. <?php
  11. echo htmlspecialchars(print_r($_POST, true));
  12. ?>
  13. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement