Are you using a database? This is the best way to log this kind of thing.
Create a table in the database:
logId INT(20) auto_increment primary key
username VARCHAR(50)
clientIP VARCHAR(15)
pageName VARCHAR(50)
time TIMESTAMP current timestamp
Then in your script at the top of every page just insert into the database like the below.
- Christopher McCann
Main Topics
Browse All Topics





by: Ray_PaseurPosted on 2009-10-15 at 14:46:38ID: 25585252
Consider hiring a developer to help with this. At EE we are set up to answer questions, but when you need code written, it's best to hire a developer. EE does not give us a way to get paid for our work and we are all volunteers. Of course, if you have a specific question, we can probably help.
Best regards, ~Ray