I want to view the folders and files inside a directory so I can manage them via a browser.
I want the directories to be listed first then the files. I also want them listed in alphabetical order.
Ex.
folder 1
folder 2
folder 3
file 1
file 2
file 3
To modify them, I want to be able to put a radio button, the one with a circle next to each one. When I select it, I can rename/edit that file or folder or delete it. I can take care of that, but I need help listing the directories in alphabetical order and putting the <input type=radio name="file 1"> in front of each one "file 1" will be whatever the name of the file or folder is.
Recap:
I need to list the folders and files in alphabetical order, folders come first.
Then I need to be able to put the radio button and <input type="radio" name"$fileorfolder"> html code in there were $fileorfolder will be replaced by the name.
Thanks!