does anyone support storing page views as individual entries
Moderator: General Moderators
-
scarface222
- Forum Contributor
- Posts: 354
- Joined: Thu Mar 26, 2009 8:16 pm
does anyone support storing page views as individual entries
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?