Page 1 of 1

Record editing logs

Posted: Sun Aug 15, 2010 4:00 pm
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!