I created a HTML page.
Now, I try to display all the pictures that are in a specific folder (/folder1) in this HTML page (Note: I don't know the names of these images).
I try to create a loop, which read all this images, and display it in this HTML.
There is an easy way to do that?
server-sidelanguageasp.netorPHPfor example, to scan the directory and add all the images to an array that you can iterate through.HTMLis justmarkup.