Page 1 of 1

the function "sort by" like in memberlist page...

Posted: Thu Nov 09, 2006 4:12 am
by rathu
Can someone give the code on how to do the "sort by" function like in the memberlist page..

Posted: Thu Nov 09, 2006 4:23 am
by mickd
You could look inside the phpBB forum's source code and see how they do it.

Generally i would i assume that they would order their querys with the ORDER BY command.

This site has a brief explaination of how it works.

http://www.w3schools.com/sql/sql_orderby.asp

Posted: Thu Nov 09, 2006 6:53 am
by feyd
There's a thread related to sorting a list linked from Useful Posts.