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 sure this is something that comes up again and again...the examples at php.net are confusing me, though, so I'm hoping for a little simplification -- they seemed to be a bit of overkill for what I need. I'm trying to find every .html file in a folder and related subfolders, and file the names in an array so I can open each of them later and modify them. Could someone help me with a function, or point me to a decent (simple) example?
Got it, thanks! (I had looked at glob() earlier, but couldn't get it working...thought maybe I was headed in the wrong direction. But I kicked it a little, and it's working now. Thanks for the confirmation.)