I am creating a hit counter, using PHP, for users of my network.
Trouble is the majority of people are using HTML pages not PHP.
All the code does is get one value from my SQL database and then increment the value by 1 everytime the page is visited.
Does anyone know how I can use the code on a HTML page?
Thanks!