Thread: $HTTP_REFERER
View Single Post
  #2 (permalink)  
Old 2003-06-25, 11:30 AM
stuart's Avatar
stuart stuart is offline
Administrator
 
Join Date: Jan 2003
Location: Scotland
Posts: 472
stuart will become famous soon enoughstuart will become famous soon enough
Send a message via MSN to stuart
Default

the best way to see your environment settings is to use a simple function.

Code:
<?
phpinfo();
?>
add the above into a file and execute it on your server.
You will get a list of all your env settings and should get the answer to your question there.
Reply With Quote