Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Show all images from folder Reply To: Show all images from folder

#156517
Junni
Participant
foreach (glob($dirname."*.*") as $image) {
            echo '<img width="250" class="all-seletc-wrap" src="'.$image .'"alt="Random image" />'."<br /><br />";
            }

solution , thanx for help;