Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread revDAVE
Thanks to ALL ... Brad - Tijnema - TG - Richard and JMG! With a little fooling around - I actually got exactly what I wanted!!! Boy that was fun! And thanks for the incredibly quick responses! -- Thanks - RevDave [EMAIL PROTECTED] [db-lists] -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread JM Guillermin
http://www.php.net/readdir cheers jmg - Original Message - From: "revDAVE" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 10, 2007 10:11 PM Subject: [PHP] Novice PHP Question - Listing Folder Contents I apologize in advance, however I know almost nothing about P

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread tg-php
In addition to the suggestions made, check out opendir() too. It may be a little simpler for what you're doing. Not sure. Remember, the beauty of PHP is that there's almost always a fuction or two already made that do what you want. Even some semi-obscure stuff. So always scan through the f

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread Tijnema !
On 4/10/07, revDAVE <[EMAIL PROTECTED]> wrote: On 4/10/2007 1:13 PM, "Tijnema !" <[EMAIL PROTECTED]> wrote: > http://www.php.net/manual/en/function.scandir.php > >> >> 2 - List/ display the contents on the same Web-page > > http://www.php.net/manual/en/function.file-get-contents.php WOW COOL -

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread revDAVE
On 4/10/2007 1:13 PM, "Tijnema !" <[EMAIL PROTECTED]> wrote: > http://www.php.net/manual/en/function.scandir.php > >> >> 2 - List/ display the contents on the same Web-page > > http://www.php.net/manual/en/function.file-get-contents.php WOW COOL - That was quick - thanks Tijnema & Brad! >Fro

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread Tijnema !
On 4/10/07, revDAVE <[EMAIL PROTECTED]> wrote: I apologize in advance, however I know almost nothing about PHP - ( but I am trying to learn now)... I am wondering if it is possible to create a PHP page that can: 1 - Get the contents of everything in its own folder at the same level ( just list

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread Brad Bonkoski
revDAVE wrote: I apologize in advance, however I know almost nothing about PHP - ( but I am trying to learn now)... I am wondering if it is possible to create a PHP page that can: 1 - Get the contents of everything in its own folder at the same level ( just list sub folders filenames - not the

[PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread revDAVE
I apologize in advance, however I know almost nothing about PHP - ( but I am trying to learn now)... I am wondering if it is possible to create a PHP page that can: 1 - Get the contents of everything in its own folder at the same level ( just list sub folders filenames - not their contents) 2 -