User Log

September 23, 2003 by Tony UmaƱa

Try adding a hidden field to your log-in form with the value of <%=now()%> which will polulate a new field in the database table name logintime. Obviously if you're allowing user to log in manytime per day and not simply once per day with cookies, you're going to need a way to store every instance of the login time...

Logging user actions

October 24, 2003 by Kutt Niinepuu
Same problem here, is there a way to log downloads, i.e clicks on a link? I have a page, where user can log in (and thanks to the tip above I can get that timestamp into the database), but can I do the same for links as well somehow? I'm using PHP/MySQL. Thanks in advance.