Problem Solving Exercise
PHP
2024-11-14
45
Create a simple hit counter that meets the following requirements:
•
Each Page has a separate counter
•
Hits reporting should show hourly hit distribution over a 24-hour window
Where do we start? What do we need to solve this problem?