is it possible to make a top ten of posters?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
ludix
Posts: 2
Joined: Thu Apr 29, 2004 8:11 am

is it possible to make a top ten of posters?

Post by ludix »

Hello,

I noticed that the people i work with make a competition out of making as many posts possible.
can I make a top 10 / 5 of posters?
Thorsten
Posts: 15739
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

yes, but you have to code it by yourself. The SQL query would be

Code: Select all

"SELECT DISTINCT ".$sqltblpre."faqdata.author FROM ".$sqltblpre."faqdata ORDER BY ".$sqltblpre."faqdata.author DESC LIMIT 0,10"
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
ludix
Posts: 2
Joined: Thu Apr 29, 2004 8:11 am

Post by ludix »

thanks. will try :D
Post Reply