Posts: 317
Name: This Space for Rent
Location: Georgia
|
What do you mean by "reorder"
On the pages were this information is selected use an ORDER BY clause in your SQL from a field in the database, usually defaults to the first field in the table in ascending order.
In what order would you like things to be sorted and what exactly are you trying to change the order of?
D
|