Re: [PHP] Getting all files in a directory

2002-05-14 Thread Bogdan Stancescu
Elitist tone aside, that's a very good link. Should be a must read for all forum/mailing list newbies - but how do you get them to read it if most of them can't even be convinced to RTFM? :-( Maybe as a link at the bottom of every e-mail? Bogdan Stuart Dallas wrote: >Stuart Dallas <[EMAIL PR

Re: [PHP] Getting all files in a directory

2002-05-14 Thread Stuart Dallas
Stuart Dallas <[EMAIL PROTECTED]> wrote: > notoriousvic_ca <[EMAIL PROTECTED]> wrote: >> Is there anyway I can get all the file and directories in a specific >> directory? > > http://www.php.net/readdir And I'd suggest that you read this to avoid sarcastic answers: http://www.tuxedo.org/~esr/faqs

Re: [PHP] Getting all files in a directory

2002-05-14 Thread Stuart Dallas
notoriousvic_ca <[EMAIL PROTECTED]> wrote: > Is there anyway I can get all the file and directories in a specific > directory? http://www.php.net/readdir -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting all files in a directory

2002-05-14 Thread 1LT John W. Holmes
Yes. ---John Holmes... - Original Message - From: "notoriousvic_ca" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 12:04 PM Subject: [PHP] Getting all files in a directory > Is there anyway I can get all the file and directories in a specific > directory? > >