Track and log events into mysql via PHP

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

Well there would be a number of things to take into account for such a thing. Take a look at this tutorial series, it’s a page view counter but I believe it will give you guidance on where to start and expand on the tutorial.
http://www.youtube.com/playlist?list=PLD527AE17B0A9F1F1

Sponsor our Newsletter | Privacy Policy | Terms of Service