Just wondering if there is anyway possible to put choices in a drop-down menu in alphabetic order?
I tried putting them in alpha order myself through mysql, but when its listed on the site, its not... :/
It's very easy to do when you use the Mysql functions. ORDER BY something DESC or ASC usually does the trick. What was the query statement you were trying? Maybe we can help ya with that.
Hope that helps?? Also, with this site, it has catagories... ie different "makes" How can I link to just one type of "make" instead of listing all of them?