Hi all,
I'm working on a site that needs to have traffic reporting tools, and we currently use Webalizer (fine for basic stuff).
Most traffic stats programs tell me that page 'my_history.php' was viewed x number of times per day, but I need to know which user history was viewed and how many times - the page is actually 'my_history.php?user_id=4'. Obviously these programs are't going to cut it, not from what I can find anyway.
The pages are connected to mysql, and there will be potentially hundreds of users (hopefully 🆒 ).
Did I explain that okay? If anyone can point me in the right direction I'd appreciate it...
thanks