| Matrix28 > ASP > Counters (Text only) |
|
Takempis hit counter | Write review | Report error | Discuss/get help on this script in our forums his page demonstrates how to create an ASP hit counter. |
|
ASP hit counter tutorial | Write review | Report error | Discuss/get help on this script in our forums Tutorial to writing a hit counter in ASP. |
|
ASP hit counter | Write review | Report error | Discuss/get help on this script in our forums Tutorial to writing a hit counter in ASP. |
|
Hit counter documentation | Write review | Report error | Discuss/get help on this script in our forums There are many ways to track usage of a website. The simplest way is with a hit counter. The code provided below is one of the simplest hit counters that can be made in .asp. A text document (asp_count.txt) is placed in the same directory (providing that directory has write access, you may need to place the .txt document in your cgi-bin depending on your provider) as the page we want the counter to appear on. The .txt file is first read to gain the value of the last hit count, one is added to that number, written to the .txt document, closed and the counter value is written as text to the page. Refresh the content of the output page for a more complete illustration. |
|
Hit counter article | Write review | Report error | Discuss/get help on this script in our forums An article into hit counter programming. |
|
ASP hit counter and database | Write review | Report error | Discuss/get help on this script in our forums Hit counter with database source code and documentation. |
|
ASP hit counter | Write review | Report error | Discuss/get help on this script in our forums If you are interested to know how many visitors came to your site then check this article to learn how to count visitors of your site with a simple ASP Hit Counter. |