I use this code: PHP Sort Files In Directory by Type
But it opens up all directories. I just want directories that leads to the selected item to be open.
|
I use this code: PHP Sort Files In Directory by Type But it opens up all directories. I just want directories that leads to the selected item to be open.
| ||||
|
feedback
|
|
If im understanding you correctly, you don't want to recursively display the directories under the target. I think you would remove the recursive call from the code above like this :
| |||||
feedback
|