does anyone support storing page views as individual entries

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scarface222
Forum Contributor
Posts: 354
Joined: Thu Mar 26, 2009 8:16 pm

does anyone support storing page views as individual entries

Post by scarface222 »

I want to show only unique page views so I was thinking of changing my table to two fields: ip, and topic_id, and just counting the entries so that views are unique. Is this incredibly inefficient?
Post Reply