ThinkGeekness
Technical User
Is there a way to output MySQL logs using php onto a page? What I want to do is have MySQL log whenever somebody makes a change to a table (does it by default do that?) and then output it using php.
Here is what I am hoping for to be able to log:
I have a cms where different users can edit their specified content. I want to keep track of what the users edit and when. And if possible, I want to know what they edited from (in case there is a mistake). Also if it is possible I would like to log when the user logs in/off (using php sessions with MySQL).
Thanks
Here is what I am hoping for to be able to log:
I have a cms where different users can edit their specified content. I want to keep track of what the users edit and when. And if possible, I want to know what they edited from (in case there is a mistake). Also if it is possible I would like to log when the user logs in/off (using php sessions with MySQL).
Thanks