Hi guys! I have been scouring for a while about this one but haven't seen a decent tutorial.
the problem is I want to create a hit counter everytime a product's page is viewed
I am using a PHP MVC framework and these are what I want to do
- update a database counter everytime a page is visited
- check if a the product is repeatedly viewed in the same terminal to avoid multiple viewing from one user
How will I go about implementing this?