Table of Contents
PHP Server Variables
PHP Server Variables
<?php
print_r
(
$_SERVER
)
;
?>