Thread
:
Sorting a PHP array
View Single Post
#
2
(
permalink
)
Apr 20th, 2007, 20:21
JustinStudios
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.
JustinStudios
View Public Profile
Visit JustinStudios's homepage!
Find all posts by JustinStudios
View Blog