on 17/02/03 9:25 AM, Kevin Waterson ([EMAIL PROTECTED]) wrote:

> This one time, at band camp,
> acleave <[EMAIL PROTECTED]> wrote:
> 
>> I believe there's a way in PHP to get the URL of the page that called the
>> current page but can't find it.  Is there such a function?  Or would I have
>> to 
>> use another script (like Javascript)?
> 
> $_SERVER['HTTP_REFERER']
> 
> Kevin

But it's not ALWAYS set by the browser, so don't rely on it for anything
mission critical on your site.

Justin


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

Reply via email to