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 have a small code which allows me to view the current files in a directory, however I have bumped into a problem. The code shows everything in the directory including folders. I only want files to be shown, not the folders. Is there anyway around this?.