Forum Moderators: coopster

Message Too Old, No Replies

List way to the directories

         

romzinho2k7

6:30 pm on Mar 29, 2006 (gmt 0)

10+ Year Member



Hey friends,

It would like to list all the folders until arrive at a specific folder. Explaining. In my server have the folders public_html/www/site/images/layout

It would like to list the folders since to www until for layout( is not to show the folders content) only for listing the name of them.

Could anybody help?

Thanks

coopster

10:48 pm on Mar 29, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Loop through the directory and test for directory or file. You may have to create a recursive loop.

See the following pages for more information:
dir [php.net]
is_dir() [php.net]
is_file() [php.net]