01-31-2010, 03:23 AM
|
#1 (permalink)
|
|
The Acquainted
Join Date: May 2008
Location: Québec
Posts: 104
Thanks: 10
|
recursive glob ?
Good day to you all,
is there a way that I can use glob recursive ly in the following code ?
PHP Code:
<?PHP foreach(glob('Photos/*', GLOB_ONLYDIR) as $dir) { echo '<b>'.$dir.'</b><br>'; } ?>
Thanks!
__________________
That's why we are not alone on earth... let's build !
|
|
|
|