How to make a counter for your web page

The simple answer is to put in something like:
<p>
Since May 5, 2001, this page has received
<img src="/cgi-bin/nph-count?width=6&link=http://www.psych.upenn.edu/~baron/qs.html">
hits.

This works for web pages on Cattell. It refers to a program called nph-count, which does the work. The elements after the question mark are as follows:

width=6 means that the counter will contain 6 digits.

link=http://www.psych.upenn.edu/~baron/qs.html is the URL of the page. Obviously, you must change this for your page.

For further information, including other options, and how to reset the counter, see this FAQ.