/ Published in: Other
Expand |
Embed | Plain Text
<? $dir = 'graphics/images/gallery/tn/'; $files = scandir($dir); foreach ($files as &$file) { if ($file!='.' && $file!='..' && $file!='.DS_Store') { echo "<li><img src="{$dir}{$file}" width="72" height="48" alt="" /></li>"; } } ?>
You need to login to post a comment.
