Browsing articles tagged with "tracking Archives - PHP Dev Tips"
Jul
21
2011

Simple (Advanced) Click Tracking Using PHP and MySQL

Track clicks using PHP

On a recent project, I was asked to record the pages that each user was navigating to in a secured special-purpose website.  Initially it seemed daunting, however I recalled a script I’d written to track email open rates using PHP. I am generally disinterested in maintaining a database table of pages, along with a second table of clicked links as I find it to be very inefficient, so I opted to create a simple pass-through […]