How do you make a count that counts the number of page-views? (PHP)
- by ggfan
For each ad on my site, I would like a box that shows the number of views it has (similar to this site).
How would I capture the number of page views an ad has? Is there a function that does this in PHP?