Farooq Ahmed
|
| Posted: 10/05/2005, 11:23 PM |
|
How do I show the total no. of Registered users visited on my profile/page? I am using Access, ASP
|
|
|
 |
kevind
Posts: 251
|
| Posted: 10/07/2005, 2:35 PM |
|
hi there,
your ISP provider may have this built into your hosting service
if not, set-up a page that is called after the login page of your application and have it perform an update to a database table using the 'before show page' event of the page.
there are several code examples on how to perform custom sql commands in CCS available on-line, just use a simple 'update SiteStats set ColumnName=ColumnName + 1 where pagename=mypagename' or something like that
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
bhurban
Posts: 12
|
| Posted: 10/08/2005, 5:19 AM |
|
Could anyone send me complete code of this process?
Regards
|
 |
 |
|