i have a table that has users and the pages that they visited.
i might have user user1 that visited pages: index.php 3 times and ‘test.php’ 4 times.
then user user2 that visited pages: index.php 6 times and ‘test.php’ 10 times.
what i want to do is to display the most visited pages by user in order.
any ideas?
thanks
edit: table schema. table name findme
talentnum | page_name
user1 | test.php
user1 | test.php
user1 | index.php
user2 | test.php
user3 | index.php
Something like this: