dropdown input? How can I get PHP to list the directories inside of a directory in a select dropdown input?
Let's say that inside of directory test, there are 5 files and 2 directories.
I want to display only the directories in a dropdown input box.
How could I do this?