The _SERVER variable


Some of the values are server dependent!

examples/intro/all_server_variables.php
<pre>
<?php
print_r($_SERVER);
?>
</pre>