phpknight Posted November 21, 2007 Share Posted November 21, 2007 I am writing my own stats program. I understand that HTTP_REFERER is not always reliable. Is there a better way to track referers through PHP? Quote Link to comment Share on other sites More sharing options...
Wes1890 Posted November 21, 2007 Share Posted November 21, 2007 Use a specific URL (yoursite.com/index.php?ref=Wes) for each member to use. I think i understood you right... Or are you talking about site referrals? (like, what site that use just came from) Quote Link to comment Share on other sites More sharing options...
revraz Posted November 21, 2007 Share Posted November 21, 2007 Site Referrals Or are you talking about site referrals? (like, what site that use just came from) Quote Link to comment Share on other sites More sharing options...
phpknight Posted November 21, 2007 Author Share Posted November 21, 2007 Yeah, site referrals. I am tentatively going with parse_url, but I just want to make sure there is not some better way. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.