Get url of all items in file list
-
Hi,
I would like to use file list in an image gallery I am working on.
How can I display each file/image that I upload as I cannot get it working.
I want something like:
<li><img src="<?php echo $file_list; ?>" alt="" /></li>
Meaning, each item would be wrap in ‘li img’ and file link would be added as a src.
Your help would be much appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get url of all items in file list’ is closed to new replies.