Excellent! It works! Thank you both! 🙂
Another quick question...
If there are subdirectories in the specified directory, they are understandably being loaded into the array.
Since they don't have a file name extension like the wanted files do, is there a way I can eliminate them from the load the via a method similar to what we're doing for...
if ($file != "." && $file != "..")
...or is there a better method?
Again, thank you in advance!
Joe (veteran programmer, but PHP newbie)