I have data that I want to sort by alphabetical order. I want two lists, A-K list and a L-Z list.
My data is stored in MySQL and is in the column "Name". How would I sort this by last name? Should I split the variable from the array, then add the last name string to a new array, then sort that array?