Hi Shrike!
A relative of Shrek I take it??
I want my client to be able to change the order of news items. I have them set to display by time descending so the last one shows on top - but they want to be able to change the order if older messages become relevant again, etc.
I was thinking that if I use the ID field and set it to 'order by 'id'' then I could give them an interface where they can swap around the ID's to display in a particular order. Is this the normal way to do this? If so, do you know if it will work with auto-increment? Or will MySQL force them back into order again?
On the other issue, I've decided to add a new table for the dropdown menu population and index it to create a relationship with the main table - I think this will work better.