Codice PHP:
$path="cartella/images";
$list_img=glob("$path/*.jpg");

foreach (
$list_img as $img) echo "<img src=\"$img\">
"