PHP's Built-in Server Variables

For those of you who have been programming in PHP much at all, you will be familiar with the $_GET and $_POST variables that can be passed to your scripts. You may not be as familiar with the $_SERVER variable that gives you information about your host environment. I often use the $_SERVER variable to […]

PHP's Built-in Server Variables Read More »