Re: [PHP] Listing the contents of a directory in an array

2002-05-17 Thread Miguel Cruz
On Fri, 17 May 2002 [EMAIL PROTECTED] wrote: > I am a newbie so be kind > > I have looked into the manual about directory functions etc. > > I want to return all the files from a directory into a array. > > Could some one give me a few pointers or something? > > I keep getting confused but I h

RE: [PHP] Listing the contents of a directory in an array

2002-05-17 Thread Jared Boelens
e the always present "." and ".." directories just uncomment those two lines. -Jared -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 8:31 AM To: [EMAIL PROTECTED] Subject: [PHP] Listing the contents of a directory

Re: [PHP] Listing the contents of a directory in an array

2002-05-17 Thread Lowell Allen
> From: [EMAIL PROTECTED] > > I am a newbie so be kind > > I have looked into the manual about directory functions etc. > > I want to return all the files from a directory into a array. > > Could some one give me a few pointers or something? > > I keep getting confused but I have used google a

[PHP] Listing the contents of a directory in an array

2002-05-17 Thread webmaster
I am a newbie so be kindI have looked into the manual about directory functions etc.I want to return all the files from a directory into a array.   Could some one give me a few pointers or something?   I keep getting confused but I have used google and the manual.   I can find functions but