Thread
:
how do i determine where a visitor has come from?
View Single Post
#
2
(
permalink
)
07-20-05, 11:39 AM
Keith
Community Liaison
Join Date: Feb 2004
Posts: 1,232
Thanks: 1
Thanked 11 Times in 11 Posts
Some useful info to record:
IP Address
Code:
$_SERVER['REMOTE_ADDR'];
Referring Website/webpage
Code:
$_SERVER['HTTP_REFERER'];
Timestamp - can be converted to any date format with date();
Code:
time();
Keith
View Public Profile
Find all posts by Keith