/home/mjc1/public_html/mjmall/1.php
1 2 3 4 5
<?
echo
"<pre>"
;
print_r
(
$_SERVER
);
echo
"</pre>"
;
?>