I noticed when I did a var_dump on the $_SERVER superglobal there were some values that were not included in the php manual here: http://www.php.net/manual/en/reserved.variables.server.php For example that page doesn't talk about the HTTP_X_FORWARDED_FOR. In my dump I also had variables like PATH, PATHEXT, etc.
Am I on the wrong page, where can I read about ALL of the $_SERVER variables? Thanks.