[PHP] List folder contents with links?

2003-02-20 Thread MIKE YRABEDRA
Is it possible to display the contents of a given folder, list them , and make them links? -- Mike Yrabedra President 323, Inc. Home of The MacDock and The MacSurfshop [http://macdock.com] : [http://macsurfshop.com] VOICE: 770.382.1195 iChat/AIM: ichatmacdock

Re: [PHP] List folder contents with links?

2003-02-20 Thread David Otton
On Thu, 20 Feb 2003 11:33:19 -0500, you wrote: Is it possible to display the contents of a given folder, list them , and make them links? http://www.php.net/manual/en/function.readdir.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] List folder contents with links?

2003-02-20 Thread 1LT John W. Holmes
Is it possible to display the contents of a given folder, list them , and make them links? Yes. ---John Holmes... PS: www.php.net/readdir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] List folder contents with links?

2003-02-20 Thread MIKE YRABEDRA
on 2/20/03 11:49 AM, David Otton at [EMAIL PROTECTED] wrote: Is it possible to display the contents of a given folder, list them , and make them links? http://www.php.net/manual/en/function.readdir.php Thanks :-) -- Mike Yrabedra President 323, Inc. Home of The MacDock and The

Re: [PHP] List folder contents with links?

2003-02-20 Thread CodersNightMare
You can also take a look at: http://www.php.net/manual/en/function.opendir.php Hope this helps. At 11:54 AM 2/20/2003 -0500, you wrote: on 2/20/03 11:49 AM, David Otton at [EMAIL PROTECTED] wrote: Is it possible to display the contents of a given folder, list them , and make them links?