eed thumbnail creation script, images in a folder.
Highslide JS :: View topic - PHP code for browsing a folder
< ?php
if ($handle = opendir('images')) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
echo "
<a href='$file' onclick='return hs.expand(this)' class='highslide'>
<img src='thumbnail-creation-script.php?src=$file' alt=''/>
";
}
}
closedir($handle);
}
?>
Search
All Categories
- Artwork (3)
- Entertainment (4)
- Food | Recipes (2)
- GollyGolly (14)
- Have to Have (4)
- Inspiration (4)
- Interesting (6)
- News (9)
- Online Amusement (11)
- Photos (11)
- Questions | Survey (2)
- Quotes (24)
- Snippets | Code (4)
- Tweet (37)
- Uncategorized (1)
- Wordpress (2)
All Tags
A animals art birthday celebrities Christmas code Colorado creative css decor excerpt experiment family flash flowers highslide holidays humor Inspiration J lists movies News obsessed parenting photoshop ponder sad scan shopping sleep updates webjunk work




