Page 1 of 1

Getting a passing URL

Posted: Sun Feb 11, 2007 11:59 am
by giles
Hi,

Is there any way of getting the URL of the page that has passed a visitor to my home page? - I’ve had a look about but can’t find much, am I asking an unusual question?

Posted: Sun Feb 11, 2007 12:19 pm
by feyd
$_SERVER['HTTP_REFERER'] is the only thing you will find. It is not very reliable however because it is specified by choice of the requesting agent.