View Single Post
Old 09-13-2012, 09:21 PM   PM User | #1
LearningCoder
Regular Coder

 
LearningCoder's Avatar
 
Join Date: Jan 2011
Location: The Pleiades
Posts: 849
Thanks: 67
Thanked 28 Times in 28 Posts
LearningCoder is an unknown quantity at this point
displaying a list from db, allowing users to 'sort by':...

Hello,

I am creating a site and want to display the members list on a separate page. I want the user to be able to re-order this list by alphabet, by join date etc etc but I am not sure how to go about creating it.

Do I create a html form or do I need to use javascript? Or neither?

I guess I would have to create different functions to deal with the re-ordering? One to re-order to alphabetical, one to re-order to join date?

Can anyone guide me on the best way to achieve this?

I'm really stumped at the moment been trying to think of a way for a good hour now but I find a potential issue with everything I have thought of.

Thanks for any help in advance.

Kind regards,

LC.

Last edited by LearningCoder; 09-13-2012 at 09:22 PM.. Reason: added questions.
LearningCoder is offline   Reply With Quote