Record editing logs

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
Mahalko
Forum Newbie
Posts: 4
Joined: Tue May 25, 2010 3:00 pm

Record editing logs

Post by Mahalko »

Hello all,

I was wondering if any of you could point me to the best direction to implement an edit logging function in my mysql database via php.
I've got a lot of optional fields that user can fill in in an edit-page. I'd like to have the updated info entered in separate table, preferably only processing the edited information. Or is it better to log this info in a separate stand-alone log-file?

Thanks a lot in advance!
Post Reply