PHP Class Project
State Information
PHP can use several methods to maintain state information:
- URL tokens
- Hidden form fields
- Cookies
- Sessions
This page uses a cookie to keep you from racking up the visitor count. That way, it counts only unique visitors, not just page hits.
You can remove the cookie and increase the hit count.