|
|
 |
RE: FN-FORUM: Need a "Tracking Search Engines" Widget (PHP)
date posted 8th March 2006 18:43
> Trim(Request.ServerVariables("SERVER_NAME"))) Trim(Request.ServerVariables("HTTP_REFERER")) "" then
> session("referrer") = Trim(Request.ServerVariables("HTTP_REFERER"))
> End if %>
Thanks Sam, and to everybody else who replied.
The above was just what I needed - the script was already checking REFERER
but not SERVER_NAME. I've added a couple of extra tweaks too and it tracks
the path through the site now as well.
Thanks
Edward
|
 |
|