
Estimated date of creation: May 15th, 2025
Status: Online 🟢
This is a very simplistic hit counter system that just tracks how many people the page has been viewed by, or, really, how many times the page has been loaded. It just has an integer “hit” counter that goes up by 1 every time the PHP script runs, and that happens when the page is loaded. The “hit” column in the SQL database is semi-permanent. It’s permanent as long as the database or the computer is never destroyed.
This isn’t all that interesting, it’s only interesting because it can be used for a “views” tracker on a large website later.
Leave a Reply