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!
You know when you view a directory how it looks like this:
.
..
fileone.php
filetwo.php
Well? Using the script below how would I remove the . and .. from showing up on the page with all my other files.. I tried adding them to the exclude array but it didn't work..