sort
Comment on this Question and Answer >>>
ASK A QUESTION
More arrays PHP Questions
How can I sort an array keeping the correlation between the index and value?I have an array of numbers and many repeat, how to list all items in order of maximum occurence?
How do I remove an element from an array without changing the index values for the rest of the array?
I have an array of a hundred or so lines, each line has data with "|" separated values. I need to scan through this array, and select the line whose first 5 characters matches a text string. Any ideas or questions?
How do I turn an array into a string?
