RE: [PHP] Re: multi-dimentional array from db results

2004-03-30 Thread motorpsychkill
> -Original Message- > From: Jason Barnett [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 11:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: multi-dimentional array from db results > > > Motorpsychkill wrote: > > > I'm trying to re-

[PHP] Re: multi-dimentional array from db results

2004-03-30 Thread Jason Barnett
Motorpsychkill wrote: I'm trying to re-create the following multi-dimentional array from a database query, where the indices 5, 7 and 21 are "order_id" and my table is food_orders(order_id, food, cooked): array('steak','rare'), 7=>array('burger','medium'),