aquarius68 Posted April 25, 2007 Share Posted April 25, 2007 HI, How can I track users that have been authenticated with a username and password, and note which pages and files they have accessed, and then display that information on a page for an admin person to review. I have read about using cookies and sessions to store variables, and authenticate users, and have a page display the name of the logged in user, but is it possible to track which pages they access, and then display this information? I do appreciate your assistance, and am posting this question after hours of searching for answers on how to go about creating this kind of report? It is for an education site that wishes to track which students have visited which pages that are accessible only via logging in. Thanks Claudia - starting to learn the basics of php - and suddenly needing much more..... Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted April 25, 2007 Share Posted April 25, 2007 Insert a database entry on every page they visit. Quote Link to comment Share on other sites More sharing options...
steelmanronald06 Posted April 26, 2007 Share Posted April 26, 2007 I have an great php application that tracks visitors and search bots. http://phpnetadmin.netgeekz.net Take a look at the source. It is pretty easy to read. All the main data tracking is taken care of in the includes/master.php file. Take a look at that file to see how I track people. You will find it is quite useful to your needs as well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.