Hi,
I have articles web project. I want to calculate the views of every article, just like the views of post in forums.
I created a table article_views with article_id, view_date, view_ip so everytime the page will load it will add a record
but that is a problem because anyone can refresh the page to increase the views!
what's the proper way to do it please?
Thanks,
Jassim