CGI - Counter Example
This example uses a cgi script "count.cgi" to update a file. The file keeps track of the number of visitors to your site.
If you would like to display a counter on your page which shows how many times your page has been accessed, include the code below on the page where the counter
should appear.
Change the phrase "username#.dat" to your username followed by a number with ".dat" as the extension. If you have a counter on several pages, add
different numerals to the end of the username to make them unique.
For example, this code produces the counter below:
|