Re: [PHP] sortind arrays

2007-01-25 Thread Alexander Sagen
Ford, Mike skrev: On 25 January 2007 10:55, Alexander Sagen wrote: Roman Neuhauser skrev: # [EMAIL PROTECTED] / 2007-01-25 08:12:14 +0200: How can I sort an array like this so that it would be ASC ordered by the [1] key in subarrays? I need to maintain only the subarray key - value pairs. (Do

RE: [PHP] sortind arrays

2007-01-25 Thread Ford, Mike
On 25 January 2007 10:55, Alexander Sagen wrote: > Roman Neuhauser skrev: > > # [EMAIL PROTECTED] / 2007-01-25 08:12:14 +0200: > > > How can I sort an array like this so that it would be ASC ordered > > > by the [1] key in subarrays? I need to maintain only the subarray > > > key - value pairs. (D

Re: [PHP] sortind arrays

2007-01-25 Thread Alexander Sagen
Roman Neuhauser skrev: # [EMAIL PROTECTED] / 2007-01-25 08:12:14 +0200: How can I sort an array like this so that it would be ASC ordered by the [1] key in subarrays? I need to maintain only the subarray key - value pairs. (Do I make sense?) Array ( [0] => Array ( [0]

Re: [PHP] sortind arrays

2007-01-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-25 08:12:14 +0200: > How can I sort an array like this so that it would be ASC ordered by the [1] > key in subarrays? I need to maintain only the subarray key - value pairs. > (Do I make sense?) > > Array > ( > [0] => Array > ( > [0] => Logo

Re: [PHP] sortind arrays

2007-01-24 Thread Paul Novitski
At 1/24/2007 10:12 PM, William Stokes wrote: How can I sort an array like this so that it would be ASC ordered by the [1] key in subarrays? I need to maintain only the subarray key - value pairs. (Do I make sense?) Array ( [0] => Array ( [0] => Logo [1] => Nam

[PHP] sortind arrays

2007-01-24 Thread William Stokes
Hello, How can I sort an array like this so that it would be ASC ordered by the [1] key in subarrays? I need to maintain only the subarray key - value pairs. (Do I make sense?) Array ( [0] => Array ( [0] => Logo [1] => NameC [2] => Home