php-general | 2003022
Date: 02/28/03
- Next message: Chris Edwards: "Re: [PHP] PHP Project for a newbie (me) or for hire?"
- Previous message: Joseph W. Goff: "Re: [PHP] Post method"
- In reply to: Michael Zornek: "[PHP] A PHP page counter / statistics app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Take a look here http://www.unf.edu/~hayg0001/php/pagetracker.php. I
have a script that you can use as a starting point. It is nothing fancy,
but it works. Every thing is stored in a database, where I can then
produce real time reports for the site.
~Guy Haynes
Michael Zornek wrote:
> I'm ether looking to find or build my own open source php based script, that
> would allow you to include a small code chunk on every page of a site and
> then view statistics from the info, on what pages were viewed, how many
> times, etc...
>
> First, if there are any you know of and want to recommend, please post.
>
> Secondly, if I do build it myself would it be better to write this log to
> file or mysql db? Right now I only get like 200 page views a day but still
> am concerned about resource use since I'm on a shared server.
>
> Finally, can you call a php script from an ServerSideInclude page??
>
> ~ Mike
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Chris Edwards: "Re: [PHP] PHP Project for a newbie (me) or for hire?"
- Previous message: Joseph W. Goff: "Re: [PHP] Post method"
- In reply to: Michael Zornek: "[PHP] A PHP page counter / statistics app"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

