Quick Tip: Loop Through Folders with PHP's Glob()Are you still using opendir() to loop through folders in PHP? Doesn't that require a lot of repetitive code everytime you want to search a folder? Luckily,...