|
Posted by klenwell on 09/29/07 04:10
On Sep 28, 7:36 pm, Dev <hanu...@gmail.com> wrote:
>
> any body help me to apply these correctly because i am new to PHP.
> Please tell me
> 1. correct location of each script in my index.html page
> 2. any extra code (if any) for the index.html page.
>
> thanks in advance.
>
> Dev
If you're interested in a more sophisticated php-based hit counter, I
suggest checking out pphlogger:
http://pphlogger.phpee.com/download.php
I used it for a while before Google Analytics. I wouldn't recommend
installing it for a production site as it hasn't been actively
supported for a few years and it uses deprecated functionality like
register globals.
But for some insights into how to collect data (like Google Analytics,
it is designed to allow you to track metrics on a remote site using
javascript and img tags) and what sort of information you can collect,
it's worth poking around the code. It's not quite as elegant as
Sanders's script. But it can be a good learning experience, if
nothing else.
Tom
Navigation:
[Reply to this message]
|