PHP help, someone?
PHP help, someone?
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- anno0
I think you can use
is_dir (http://www.php.net/manual/en/fu...
so that when you loop through the files in a directory you can see if any of them are actually directories. if so then append the file to your base dir and open that one to list the contents of it.
Hopefully this helps!