<?php header("Content-Type: text/plain; charset=UTF-8"); // prints request information print_r(apache_request_headers()); print_r($_REQUEST); print_r($_FILES);
info at phpclasses dot org