|
Description: The function UpdateHitCount gets the global variable $pageHitCount, increments it, and actually writes the new value back into $filename, as the first line of PHP code. By storing the page's hits in itself, you can eliminate the need for another external file, or a database, containing just page hits.
|