Ken Kirtley wrote:

> I'm new to PHP and so this may be something of a newbie question.  My bad if
> it is.  I've spent a week now looking for information on capturing the
> referral site with php so that I can store it with some session information.
> If any of you have any idea how to accomplish this I would greatly
> appreciate any information.

You want the $_SERVER superglobal. Here's more info...

http://www.php.net/manual/en/reserved.variables.php#reserved.variables.serve
r



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

Reply via email to