Getting Referers
Posted: Mon Aug 21, 2006 5:59 pm
I need to get the referer of a page 2 times ago.
Here is a mental visual:
[{page1}] - user views a page
v
v
[{page2}] - user views another page
v
v
[{script}] - the script runs and I need to get the url for {page1}
I only know how to get the referer of page2, and not page1. Is it even possible to retrieve the url of page1 through php?
Here is a mental visual:
[{page1}] - user views a page
v
v
[{page2}] - user views another page
v
v
[{script}] - the script runs and I need to get the url for {page1}
I only know how to get the referer of page2, and not page1. Is it even possible to retrieve the url of page1 through php?