$value) { $folder_info[$key]['name'] = $value; $folder_info[$key]['pictures'] = filesys_get_wanted_children($value,'folders',$patt); } # get pictures until we have enough! for($k = 0; $k < $num; $k++) { $folder = $folder_info[array_rand($folder_info)]; $image = $folder['pictures'][array_rand($folder['pictures'])]; array_push($images,$folder['name'].'/'.$image); } return($images); } ################################################# FUNCTION: images_print_strip # function images_print_strip($images,$absPath) { print "