View Single Post
Old 09-13-2012, 09:34 PM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
You'll have two links at the top of the column: asc | desc

<a href="sort.php?o=asc">asc</a> | a href="sort.php?o=desc">desc</a>

sort.php simply saves their choice as a cookie and returns back to the list.

Each time the list is displayed, it looks at the sort cookie and depending on
which one they pick, the script will change the ORDER BY in the query.
mlseim is offline   Reply With Quote