There are few links and how can we count the number of times these links are visited?
For example :
www.example.com?eventname=event A
www.example.com?eventname=event B
Now how to count both visited links and not count the link www.example.com
.
It should count only above two links.
Thanks in Advance.