John and everyone else, thanks for all the help. Here is what I have for
code. Again you help is greatly appreciated.
";
echo $_SESSION['user_agent'] . "";
echo $_SESSION['host_name'] . "";
echo $_SESSION['visit_time'] . "";
}
// look for db entry
$IpSearch = mysql_query("SELECT ip, time FROM
Hi.
On Sep 15, 2004, at 6:55 AM, Vincent Jordan wrote:
I am trying to track the users that visit one page on a site. I am
having a
couple of problems. The time seems to be 5 hours off. I do not have any
tables as of yet what I would like to do is only count an ip address
as one
in a 24 hour perio
From: "Vincent Jordan" <[EMAIL PROTECTED]>
I am trying to track the users that visit one page on a site. I am having a
couple of problems. The time seems to be 5 hours off. I do not have any
tables as of yet what I would like to do is only count an ip address as
one
in a 24 hour period, if more th
I am trying to track the users that visit one page on a site. I am having a
couple of problems. The time seems to be 5 hours off. I do not have any
tables as of yet what I would like to do is only count an ip address as one
in a 24 hour period, if more than one visit then update visit count.I have