I am developing a website for viewing simple data (PHP, MySQL and Javascript). I would like to track what pages, items clicked, and how long each users spent on each page. Ideally, I would like to record this in a MySQL database.
Is there a way to do this with PHP?
Any suggestions would be great.
Thanks