Hi,
I'm using PHP 4.4.4 with Apache 2 on Fedora Core 6 Linux. Given a
directory, how would I get all sub-directories? I found "scandir" but
that only applies for PHP 5 and I think it returns both files and
folders, whereas I only want the folders.
Thanks for any help, - Dave
I'm using PHP 4.4.4 with Apache 2 on Fedora Core 6 Linux. Given a
directory, how would I get all sub-directories? I found "scandir" but
that only applies for PHP 5 and I think it returns both files and
folders, whereas I only want the folders.
Thanks for any help, - Dave
Comment