the function "sort by" like in memberlist page...
Moderator: General Moderators
the function "sort by" like in memberlist page...
Can someone give the code on how to do the "sort by" function like in the memberlist page..
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
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