Loop through folders using Glob()
Posted: Mon Jan 28, 2013 11:47 pm
Are you still using opendir() to loop through folders in PHP? We know this requires a lot of repetitive codes.
The PHP’s glob() is a better solution for this.
The PHP’s glob() is a better solution for this.