refiking Posted April 30, 2009 Share Posted April 30, 2009 What should I use to determine where a user came from. For example, if they came from http://www.foxnews.com/politics/2009/04/22/senate-votes-establish-financial-crisis-commission/ I'd like to get that entire url to be able to store it in a db. Link to comment https://forums.phpfreaks.com/topic/156329-variable-for-where-user-came-from/ Share on other sites More sharing options...
Kieran Menor Posted April 30, 2009 Share Posted April 30, 2009 $_SERVER['HTTP_REFERER'] ? Link to comment https://forums.phpfreaks.com/topic/156329-variable-for-where-user-came-from/#findComment-823094 Share on other sites More sharing options...
refiking Posted April 30, 2009 Author Share Posted April 30, 2009 I tried that and it didn't work. Do I need to set something for that to work? Or is there another way? Link to comment https://forums.phpfreaks.com/topic/156329-variable-for-where-user-came-from/#findComment-823106 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.