PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm trying to create a script that lists out directories in a <select> dropdown. I've figured out how to list a complete directory (script below), but now I have to figure out how to remove all of the files (I only need the directories). Any tips?