|
-
Mar 20th, 2002, 06:50 AM
#1
Thread Starter
Fanatic Member
Referral ?
how it is possible to find what page the user was last at ? and whether it was a link on the previous page that was clicked or if it was just the last page on their history ?
-
Mar 20th, 2002, 09:38 AM
#2
$HTTP_REFERER
The address of the page (if any) which referred the browser to the current page. This is set by the user's browser; not all browsers will set this.
if you want to find out if it was your page that sent them to the current then you have to do a check on $REMOTE_ADDR to see if it is yours.
-
Mar 20th, 2002, 09:17 PM
#3
Thread Starter
Fanatic Member
thanx scoutt, your a legend
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|