Posted by Oli Filth on 09/29/27 11:33
Jon said the following on 21/11/2005 19:22:
> Hi,
>
> How can I list all the subfolders of the directory where the current script
> is residing.
>
> I know this should be simple to find in google, but every search I do seems
> to end in a scripts directory rather than my solution.
>
> Thanks,
>
See opendir(), readdir(), and is_dir() in the PHP manual.
--
Oli
[Back to original message]
|