I need a counter on a template, the url for the pages are 'template.php?&id=1' -So depending on the id, is the record in the table 'Gamepage' I've added another field to the table, 'counter' i want it to increase by one every time the page is viewed, So each record (and page template.php?&id=1, template.php?&id=2, template.php?&id=3 etc) will have a counter field -which i can recall/display myself later. Any idea how i can do this? -I've found counters, but i don't think they work on templates -dynamic pages or whatever... Any help would be greatly appreciated Thanks,
Add counter field in the database table. You put the query to add counter's value by one every time the page containg the record's detail is loaded. That's the logic..
Add counter field in the database table. You put the query to add counter's value by one every time the page containing the record's detail is loaded. That's the logic..