How do I get a csv file into an array? Is there some input function that allows a delimiter to be specified that will create an array? I would be using mysql if I could, but I can't... beyond me.
Also, once I have that into an array, how do you sort by columns? (so when one column is sorted, all data in that row is sorted with it).
Thnx