Hi thanks kh99, i ended up using:
SELECT userid, username, posts FROM user ORDER BY posts DESC LIMIT 10000 in phpmyadmin and downloaded the tables into an excel file so i have a list and then i will run it again in a months time when the competition ends and find the difference between the users posts now and then.
Thanks a lot
By the way, the limit works in phpmyadmin
Andy