I think I may have asked the wrong question or summed up what I'm wanting to do incorrectly. Let me restate my question here.
I have a parser php file that pulls a URL and posts all of the data into a multidimensional array. I want to be able to sort the multidimensional array into usable data that goes into an HTML table. I'm not sure how to sort the data from a multidimensional array so it displays properly.
Any input or perhaps a link to a tutorial on "what to do with data" once you already have the array? Most of the help files I've seen on the net show you how to make a multi-dimensional array but now how to sort and display the data into tables.
any help would be appreciated.