is there any way in php to make the page display all images in a separate directory without going thro databases? and have it so that whenever new images are added to the directory, it will show up on the page.
Announcement
Collapse
No announcement yet.
display all images in one directory
Collapse
X
-
Yes, I did this here: www.enlighted-moments.de
Look up this function, it will help you I think: www.php.net/readdir
Comment