<?php
echo '<pre>';
print_r $_SERVER;
echo '</pre>';
?>
[code]
That will tell you what all the elements in the $_SERVER array are, you'll find what you need in there (along with other useful bits).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.