Number of Views [PHP]

I have some articles on my webpage and I would like to put how many number of views an article has. (Not every refresh, but every ip that visits that article and has no cookies which says that that user visited that article before) I also want the info to be stored in my site’s database (mySQL)

Does anyone has tutorial or script page for that? Any suggestions will be greatly appreciated. Thanks in advance.