Forum Moderators: open
I'm just wondering if there's a way to update the database each time someone views a particular company's profile, so that the subscribing company knows how many people have viewed the profile.
I'd be doing all this in ASP using an MSAccess database.
Any ideas would be appreciated.
Or, if you wanted to go more sophisticated, you could also keep a collection of the businesses a given has viewed in a session variable, and maybe even write it to a cookie to reference next time they visit, and only update the record if the current business' ID isn't in that collection. That way you're only counting one view per user.
hth,
g.