$i=0; foreach( $rs as $fl ) { if ($handle = opendir($path."/assets/gallery/".$fl['folder'])) { $i++; $files = array(); $images = preg_grep('/\.(jpg|jpeg|png)(?:[\?\#].*)?$/i', $files); while (false !== ($entry = readdir($handle))) { $files[] = $entry; } $images = array(); $images = preg_grep('/\.jpg$/i', $files); foreach($images as $image) { ?>
![thumb]()
Warning: Undefined variable $fl in /home/safeguard/public_html/gallery.php on line 151
Warning: Trying to access array offset on value of type null in /home/safeguard/public_html/gallery.php on line 151
} } closedir($handle); } ?>