I am trying to bypass the use of a database table.
Is there away using php that I can create an array of a specific folder?
Basically what I am doing is a slide show so when I have the array I would like to be able to automatically create a foreach for each image but I need a way to pass the src/filename from the array.
You case use the
glob()function