I need some PHP code that does a dump of all the information in an HTTP request, including headers and the contents of any information included in a POST request. Basically,
Lastly:
print_r($_REQUEST);
That covers most incoming items: PHP.net Manual: $_REQUEST