hofan41
08-13-2002, 06:42 PM
I was just wondering if anyone had the function or knew the code to sorting in php so that it would be sorted according to the alphabet instead of total ASCII value, what I want the function to do is take something like
array ("ABC`xx`123129081094","BDCrrZ`xx`1239885738","123`xx`9289742","AcCDD`xx`9483984323")
and sort it correctly because with total ASCII value, using strings that also contain numbers will not alphabetize things correctly. So if you know how I would go about accomplishing this, please respond. Thanks.
array ("ABC`xx`123129081094","BDCrrZ`xx`1239885738","123`xx`9289742","AcCDD`xx`9483984323")
and sort it correctly because with total ASCII value, using strings that also contain numbers will not alphabetize things correctly. So if you know how I would go about accomplishing this, please respond. Thanks.