Track admin users

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yakimbo
Forum Newbie
Posts: 1
Joined: Thu Feb 10, 2005 10:15 am

Track admin users

Post by yakimbo »

Hello,
i want to track all actions taked by an administrator after login in a admin section using php and mysql
Thanks
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

create a logging table and capture all sql statements issued by that admin account....
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Excellent, let us know how you get on :?
Post Reply