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!
Ok here is what I am doing; I am taking an array of file types (i.e. extensions, .cs, .txt, .doc etc) then searching for those files in a declared directory. I want to find those file types in the directory then display them in HTML. My question is what is the best way to accomplish this.
Sorry if this has already been posted somewhere before.