Advertisement
Guest User

http-requests.php

a guest
Oct 31st, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.   echo "<h1>Headers received:</h1><pre>";
  3.   print_r($_REQUEST);
  4.   echo "</pre>";
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement