> I am trying to add a stats counter for our us to be able to see how many
> times a page has been viewed at any given time. I have made the update
> query for each of the pages, but I am not so sure about the value code I
> should use to count the times viewed.
>
> Any ideas?
You could just query your database for a count. I have a date field and
CGI.RemoteHost field in my table, so I can get a count or report of unique
views/ttl hits/times. Using the cfquery where clause:
WHERE HitDate between Date1 AND Date2
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.