
Counters
Counters are very useful for tracking useage levels on individual pages, and are very easy to implement in iHTML. Counters can be implemented as visual, or hidden.
Table Set-up
| You must have a table called counter, with three fields: page_id, page_name, and hits. The page_name field is not required, but recommended for easier analysis. |
|
|
Text Counter |
Graphical Counter |
| eg: You are visitor # 10786 to this page. |
eg: You are visitor #
to this page.
|
Download the source and the Access database.