View Single Post
  #2 (permalink)  
Old Apr 20th, 2007, 20:21
JustinStudios's Avatar
JustinStudios JustinStudios is offline
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 404
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sorting a PHP array

Hrmmm...
Can't you just use
Code: Select all
asort($my_array);
That'd keep the text applying in the same order.
Reply With Quote