$_SERVER is an array containing data such as HTTP headers, paths, and script locations. Basically server and execution environment information. This information is generated by your web server.
So if you var_dump($_SERVER), you will notice a big associate array where you can dig for specific...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.