Guest User

Untitled

a guest
Nov 14th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $_POST["whatever"];
  3. ?>
  4.  
  5. <form method="post" action="">
  6. <input type="hidden" value="<?php echo $_POST["whatever]; ?>">
  7. </form>
Add Comment
Please, Sign In to add comment