<?php // Returns all server global variables foreach ($_SERVER as $var => $value) { echo "$var => $value <br>"; } ?>