RE: [PHP] Read Files

2002-11-30 Thread Chris Wesley
On Sat, 30 Nov 2002, Randum Ian wrote: > Ministry is the name of the club. > Full is the type of the content. > 6122002 is the date - It is in the form ddmm so the example here is > 6th December 2002. > Is there a simple way I can just grab the date and sort it by order? > Should I change the

RE: [PHP] Read Files

2002-11-30 Thread Randum Ian
Would it just be easier to do it by file last modified date then? -Original Message- From: Jeffrey B.Ferland [mailto:[EMAIL PROTECTED]] Sent: 30 November 2002 21:57 To: Randum Ian Subject: Re: [PHP] Read Files On Saturday 30 November 2002 04:47 pm, you wrote: > Thanks a lot Chris t

RE: [PHP] Read Files

2002-11-30 Thread Randum Ian
simple way I can just grab the date and sort it by order? Should I change the format of the date to make it easier or something? -Original Message- From: Chris Wesley [mailto:[EMAIL PROTECTED]] Sent: 30 November 2002 20:25 To: [EMAIL PROTECTED] Cc: Randum Ian Subject: Re: [PHP] Read Files

Re: [PHP] Read Files

2002-11-30 Thread Chris Wesley
On Sat, 30 Nov 2002, Randum Ian wrote: > I have a directory of files which are split up into sections based on > 'full', 'summary' and 'competitions'. This is shown in the filename as > follows: > > ministry-full-6122002.inc > > I want to be able to search thru the dir looking for all the 'full' >

[PHP] Read Files

2002-11-30 Thread Randum Ian
Hi all, I have a directory of files which are split up into sections based on 'full', 'summary' and 'competitions'. This is shown in the filename as follows: ministry-full-6122002.inc I want to be able to search thru the dir looking for all the 'full' files, then sorting them by date and includi

[PHP] Read Files

2002-11-30 Thread Randum Ian
Hi all, I have a directory of files which are split up into sections based on 'full', 'summary' and 'competitions'. This is shown in the filename as follows: ministry-full-6122002.inc I want to be able to search thru the dir looking for all the 'full' files, then sorting them by date and includi