Track Users activity

A

Anonymous

Guest
Hi,

I have a table named `accesslogs` with the ff: fields:
AccessLogId
User
IPAddress
OS
Browser
Date
Activity

which store user's access log information once he successfully login. Now, what I want is to track what he is doing. If she/he edit his profile, or password, etc., I want that the query will be store in the field `Activity` so that Administrator can monitor monitor all user's activity.
Is there any tutorial ar sample codes about this one?
 
Seems like a simple task. Just on every page, put a copy of the SQL query used into the Activity field.
 
Here's an tutorial.. may need some things updated.. it's quite old but shows you how to do it. http://www.phpbuilder.com/columns/tim20001211.php3
 
Back
Top