Re: [PHP-DB] Creating a directory listing

2003-04-03 Thread Ronan Chilvers
Hi David Some comments inline ... On 02 Apr,2003 at 10:22 David McGregor wrote: snip I'm trying to do this for a web site. I need to list the contents of each directory on a site to perhaps 4 levels deep (only html files). I've almost got a function going where it starts at the top level

[PHP-DB] Creating a directory listing

2003-04-02 Thread David McGregor
I'm trying to do this for a web site. I need to list the contents of each directory on a site to perhaps 4 levels deep (only html files). I've almost got a function going where it starts at the top level and checks each file to see if IT is a directory and if so chdir() to that and list the