FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Keep track of page-access
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Keep track of page-access [message #172894 is a reply to message #172890] Fri, 11 March 2011 08:38 Go to previous messageGo to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On 11/03/11 21:37, sl@exabyte wrote:
>>
>> Use the server logs.
>>
>> Or do you mean to keep track of people clicking on a link to another
>> website?

> I want to know, roughly, the number of times the HTML file is
> accessed/opened.

If it is a file on your server, your server logs will record every
request for it, including requests that return status code 304.

What you could do is check the logs once a day, counting all accesses
date stamped for the previous day, and adding this figure to a running
total.

Rgds

Denis McMahon
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Ritual Abuse
Next Topic: Backslash before function name in PHP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 10 16:23:43 GMT 2024

Total time taken to generate the page: 0.05050 seconds