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