Load list of image from folder
Posted
by
marc-andre menard
on Stack Overflow
See other posts from Stack Overflow
or by marc-andre menard
Published on 2009-04-17T00:31:21Z
Indexed on
2011/01/05
0:54 UTC
Read the original article
Hit count: 273
I have a folder of images, from 10 to 200, a webpage, a jquery fade and a php script that read folder full of images
Is there any way to make the php script scan a folder, get a list of image (in an array ?) and pass it to jquery script ? (first question)
Now, i can make a xml file from the result php list of files found or make a html <li>
from the list in the html. is there ANY other way to do that ? (question #2)
© Stack Overflow or respective owner