How to log user actions with php and mysql?

Posted by eGGzy on Stack Overflow See other posts from Stack Overflow or by eGGzy
Published on 2010-03-21T18:48:37Z Indexed on 2010/03/21 18:51 UTC
Read the original article Hit count: 315

Filed under:
|
|
|
|

I'm working on my CMS and I want it to log activities by users and other admins. For example: when new user registers or admin makes a new news post -> update last activity.

I want to know what is the best and easiest way.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql