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!
Hi, I'm using the php code below to list the contents of a folder. However, in that folder, I want to ignore one thing. In this case, it's the .htaccess. i don't want this to appear in this list or show up as a link. Would someone mind showing me the process for doing this? Essentially, I would like to modify the code below so that .htaccess will not show up.