Thanks all who replied.

Tim Winters
Manager, Creative Development
Sampling Technologies Incorporated (STI)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
W: 902 450 5500
C:  902 430 8498

-----Original Message-----
From: Chris Shiflett [mailto:[EMAIL PROTECTED]
Sent: August 7, 2003 1:07 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] detecting referer

--- Creative Solutions New Media <[EMAIL PROTECTED]> wrote:
> What is the best way, using php, to detect information about the
> referrer to a page.

echo $_SERVER['HTTP_REFERER'];

To see all of the information the Web server makes available to you, try
this:

print_r($_SERVER);

Hope that helps.

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to