phoenixx Posted April 9, 2010 Share Posted April 9, 2010 I'm obviously missing something. I am just trying to print the user's last 5 pages visited to the screen, but only get 1 deep w/ typical refferer code: $referred = $_SERVER['HTTP_REFERER']; echo $referred . "<br /> <br />"; Link to comment https://forums.phpfreaks.com/topic/198143-how-to-print-referrer-list-to-screen/ Share on other sites More sharing options...
Ken2k7 Posted April 9, 2010 Share Posted April 9, 2010 I don't think you can. Link to comment https://forums.phpfreaks.com/topic/198143-how-to-print-referrer-list-to-screen/#findComment-1039628 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.