[PHP] Arranging lists

2001-04-30 Thread Peter Houchin
Hi, I've got a select box that gets vaules from a DB, now I want these value to be displayed in a certain order that's NOT relating to their id nor in alphabetical order .. can some one suggest a way this might be done?? At present my select box looks like this : form name=select

Re: [PHP] Arranging lists

2001-04-30 Thread Brian Tanner
You'll have to assign some sort of order to them using an integer tag column or something similar... and then order by that when you select That's my best suggestion. -Brian http://www.zaam.com Peter Houchin [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...