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
yakimbo
Forum Newbie
Posts: 1 Joined: Thu Feb 10, 2005 10:15 am
Post
by yakimbo » Thu Feb 10, 2005 10:17 am
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 » Thu Feb 10, 2005 10:24 am
create a logging table and capture all sql statements issued by that admin account....
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Thu Feb 10, 2005 10:24 am
Excellent, let us know how you get on