extract($_GET);
$nm=ucwords(strtolower(str_replace("_"," ",$album)));
?>
( Click the photo to view big )
$d = dir($album);
while (false !== ($entry = $d->read())) {
$fname=$entry;
$fftype=filetype($d->path."/".$entry);
$href=$fname;
$img="

";
if (++$i>2 and strpos($fname,'jpg')>0) {
echo "
$img";
}
}
$d->close();
?>