Results 1 to 3 of 3

Thread: Referral ?

  1. #1

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609

    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 ?

  2. #2
    scoutt
    Guest
    $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.

  3. #3

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    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
  •  



Click Here to Expand Forum to Full Width