PDA

View Full Version : Is this possible


bobby9101
12-22-2005, 03:00 PM
I would like to have 28 categories. 26 of them aplhabetically and the other two appended at the end. Is that possible?

Ap0s7le
12-22-2005, 10:01 PM
If it's not been built yet, than the easiest way to do that is to add the Cats in order. A, B, C etc

Than sort by ID, so 1, 2, 3

It would put them in the proper order anyway ;)

Another method could be, place another DB field in LINKS, and do as above or have the alphabet set as 1's in the extra field and the others as 2.

Then do something like ORDER BY extraField, TITLE DESC

I haven't tested it, but it sounds pretty good haha

-Casey