Re: [PHP] Re: Order directory output

2008-02-09 Thread Børge Holen
On Saturday 09 February 2008 17:47:24 you wrote: > The output is: > > 04.txt > 01.txt > 03.txt > 02.txt > 05.txt > > > When the files are named: > > 01.txt > 02.txt > 03.txt > 04.txt > 05.txt jup fifo. first on the filesystem first out. > > Thanks, > > -- > Steve M. > > on 2/9/08 5:36 AM Børg

Re: [PHP] Re: Order directory output

2008-02-09 Thread Børge Holen
On Saturday 09 February 2008 02:22:28 Shawn McKenzie wrote: > Pastor Steve wrote: > > Hi, thanks for all your help today. > > > > I have the following code and I am trying to order the output. Currently > > it seems really random. Can anyone point me in the right direction? > > > > > > > $dir = "c

[PHP] Re: Order directory output

2008-02-08 Thread Shawn McKenzie
Pastor Steve wrote: > Hi, thanks for all your help today. > > I have the following code and I am trying to order the output. Currently it > seems really random. Can anyone point me in the right direction? > > > $dir = "content/current/breaking_news/"; > > // set pattern > $pattern = ".txt*|.TX