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? Link to comment https://forums.phpfreaks.com/topic/78305-best-variable-for-stats/ 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) Link to comment https://forums.phpfreaks.com/topic/78305-best-variable-for-stats/#findComment-396230 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) Link to comment https://forums.phpfreaks.com/topic/78305-best-variable-for-stats/#findComment-396233 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. Link to comment https://forums.phpfreaks.com/topic/78305-best-variable-for-stats/#findComment-396236 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.