Page 1 of 1

Loop through folders using Glob()

PostPosted: Mon Jan 28, 2013 11:47 pm
by Dinoop
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.