Sort a three dimensional array??

This is a discussion on "Sort a three dimensional array??" within the PHP Forum section. This forum, and the thread "Sort a three dimensional array?? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 1st, 2007, 15:18
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Sort a three dimensional array??

Hi,

I (will soon) have a some search script that takes coloumns A, B and C of each row from the database that matches multiple search criteria and saves it to an array.

For displaying, I need to then take these array entrys and display them sorted by column b then sorted by column c, is this possible??

ie:

(1,2,2)
(10,3,1)
(21,2,1)
(30,1,2)

needs to be displayed in this order:

(30,1,2)
(21,2,1)
(1,2,2)
(10,3,1)

Let me know if this makes no sense or more info is required..

Thanks,

Nathan.

I
Reply With Quote

  #2 (permalink)  
Old Aug 1st, 2007, 15:20
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to Voodoochilli
Re: Sort a three dimensional array??

http://us2.php.net/manual/en/functio...-multisort.php

does that help?
Reply With Quote
  #3 (permalink)  
Old Aug 1st, 2007, 15:36
SuperMember

SuperMember
Join Date: Apr 2007
Location: Sydney
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sort a three dimensional array??

Thanks Voodoochilli, thats look like exactly what Im after,
Cheers,

Nate.
Reply With Quote
  #4 (permalink)  
Old Aug 1st, 2007, 16:21
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to Voodoochilli
Re: Sort a three dimensional array??

no problem
Reply With Quote
Reply

Tags
array, multi dimension, sort

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
multi dimensional array sort by x but randomize where x is equal nate2099 PHP Forum 0 Jan 21st, 2008 09:17
Sort an array of mixed content pintofbest JavaScript Forum 0 Nov 23rd, 2006 18:55
Sorting a new array from an existing array Ozeona Flash & Multimedia Forum 2 Sep 20th, 2005 08:43
array unable to check another array so as to be displayed Ozeona Flash & Multimedia Forum 1 Aug 5th, 2005 10:26
sort mailbody si2n Classic ASP 8 Jan 6th, 2004 15:19


All times are GMT. The time now is 07:29.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43