Sam Laundon Posted October 30, 2002 Posted October 30, 2002 Is there a simple way to record who enters the database? I have a database on the web and would like to keep track of when my clients visit it. I could create a separate database where this information is stored if that is necessary. I know the logs are one way, but it is too cumbersome. What I would like to create is something like: Client name that visits and the date and time visited. Thanks in advance - Sam
Vaughan Posted October 31, 2002 Posted October 31, 2002 You could use the [FMP-Log] CDML code to append some text into the info log file. You get to decide what text is appended.
Anatoli Posted October 31, 2002 Posted October 31, 2002 You can log the IP and/or domain. If you do log-in system, you can have even more statistics, e.g. logfile with all movements of visitors with inlines.
Steve T. Posted November 14, 2002 Posted November 14, 2002 Hi, Sam! Your Q is ringing bells in my head and I think I remember associating that with an [FMP-inlineaction]... maybe as an example of how to use an inline action in a tutorial or in the CDML tools reference. I think you can use an inline action to access a 2nd database and write to it with your currentuser, date, time, etc. and info or whatever as Anatoli suggests. sorry for the late reply
Recommended Posts
This topic is 8115 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now