Admin Log

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
Smackie
Forum Contributor
Posts: 302
Joined: Sat Jan 29, 2005 2:33 pm

Admin Log

Post by Smackie »

I'm wanting to create a Admin Log Where when admins of my site login to delete something it will automatically log that he/she deleted a member or what ever.. is this possible and if so can someone help me or point me in the direction of a tutorial on doing this?

Thank you
Smackie
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Creating a log is pretty straight forward. You open something to write the log information to, write the information to it, then close it. That something may be a file, database, or some other widget.
Post Reply