Re: [PHP] reorder array

2004-03-02 Thread Richard Davey
Hello Diana, Tuesday, March 2, 2004, 12:06:55 PM, you wrote: DC> If I have an array as follows, and I want to re-order it so that it is in DC> order of seqnum , How could I do it? DC> [0] => Array DC> ( DC> [price] => 187.08 DC> [seqnum] => 2 DC> [

[PHP] reorder array

2004-03-02 Thread Diana Castillo
If I have an array as follows, and I want to re-order it so that it is in order of seqnum , How could I do it? Array ( [0] => Array ( [price] => 187.08 [seqnum] => 2 [roomdesc] => Standard ) [1] => Array (