Hi... I'm new here, and i'm seeking a little help with arrays.
In short... for whatever reason, i'm trying to extract data from 4 Access databases (Don't ask!!), with the same table in each to collate the value stored in the same field of each database, and add them together to get an overall value (numeric)
So I can extract all of the required data, and print it on screen, but I need to be able to sort the data by the Overall value. Having scoured a number of ideas, I think I'm left with putting the data into an array, and using a php sort function to sort the data in ascending order before printing on screen.
However, Arrays in PHP have simply confused me. I want to take 5 fields from each database...
HELP!