Re: [PHP] Sort question..

2012-04-25 Thread Matijn Woudt
On Wed, Apr 25, 2012 at 3:16 PM, Karl-Arne Gjersøyen wrote: > Hello again. > I have a photo album that show all images in a specified directory. > but I like to sort them by filename as one possibillity and random > sort the photos as another feature. > I don't know how to do this.. Here is my sor

Re: [PHP] Sort Question

2001-05-02 Thread Richard Lynch
> I am doing a dir list of an ftp and using sort to sort the dir list > alphabetically. What I am using now sorts it alphabetically but it sorts > the capital letters then the lower case so a capital "Z" would come before a > lower case "a" > > The Code I am using is: > > sort($complete_list); >