Simple!
$images = glob('/folder/*.{jpg,jpeg,gif,png}', GLOB_BRACE);
Continue reading Scan a directory and retrieve images with PHP
Simple!
$images = glob('/folder/*.{jpg,jpeg,gif,png}', GLOB_BRACE);
Continue reading Scan a directory and retrieve images with PHP