Hi,

I have the below code which counts the number of visitors for my webpage. it works fine.


<a href="http://csshtmltutorial.com">
<img src="http://csshtmltutorial.com/counter.php?display=uniques&style=12100" alt="total visitors in Job Page" border="0" />

but i want to set a different counter for a particular page. that means when visitor comes to my webpage i like to know total visitors for each link they click. How do i do it?

thanks.

---Safi

Recommended Answers

All 3 Replies

So, are you just wanting a counter for each page, or something that tracks the links that each individual visitor clicks on?

So basically, is this site-specific or user-specific?

Hi,

You can use google analytics which track all the things as you require.

Hope this help. :)

because google analytics depends on javascript and an external server, it is blocked by much ant-spyware, particularly the MSMVP Hosts file, and does not record accurately
there are several php sqsl/flatfile trackers that act solely on your server so are not blockd
I like bbclone for limited hosts, or use the logs built in to your server, if your host package gives access, there are many programs to interpret the server logs,

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.