Answered
Hit Counter in php
Ok I have found many forums on this topic but none that
answer my question. I want to add a visitor count to a detailed
record page that count the hits for a specific record. (eg.
http://nameofmysite.com/detailed.php?recordID=300)
I dont need the results to be displayed on any page but I do want to record the number in my main database named 'Page' in the 'Hits' Field. A session Variable would be nice. I am ultimately trying to create a top ten section based on the number of hits. Please Help!
I dont need the results to be displayed on any page but I do want to record the number in my main database named 'Page' in the 'Hits' Field. A session Variable would be nice. I am ultimately trying to create a top ten section based on the number of hits. Please Help!
