PHP: $_SERVER - Manual - PHP: Hypertext Preprocessor
Description $_SERVER is an array containing information such as headers, paths, and script locations. The entries in this array are created by the web server. ... Notes Note: This is a 'superglobal', or automatic global, variable. This simply means that i...