Need 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);
}
?>

Share
Close Move

Share This Post!











wordpressk2feedfeed

About

This is a website that is unparalleled in its awesomeness; deffinately worth shouting "GollyGolly" repeatedly as loud as you can. Try it.


Proudly powered by Wordpress and Dreamhost.