Ok I'm having a problem. I need the following variable from phpinfo(); It's under "HTTP Header Information" -> "HTTP Request Headers" and the field is called "HTTP Request". It holds aalong the lines of "GET /phpinfo.php?s=blah HTTP/1.1". Now obviously there has to be a way to obtain this value considering phpinfo() had to have gotten it from somewhere. The question is, what is the variable name for information? I've tried doing the getallheaders() technique as well as $HTTP_REQUEST and some of it's variations. Any help would be great!
-Best Regards
-Michael