Concept Flow - $_SERVER information
PHP script starts
Access $_SERVER array
Retrieve specific key value
Use or display value
Script ends
The PHP script starts, accesses the $_SERVER array, retrieves a specific key's value, uses or displays it, then ends.