Micro Photo SlideShow 1.0
";
if (is_file($dir.$file)){
// Check whether the actual image is a thumbnail
if ((strpos($dir.$file,'.jpg')) || (strpos($dir.$file,'.jpeg'))){
if ($actFile == $id){
return '';
}
if ($actFile == 0){
$first = '
';
}
$actFile++;
}
}
}
}
$gid = 1;
return $first;
}
$gid = isset($_GET['id']) ? $_GET['id'] : 0;
$gid++;
$image = displayPhoto();
$url = $_SERVER['PHP_SELF'].'?id='.$gid;
?>