Here Are Ethan and Victoria!
Click on thumbnail to open larger picture!!
";
//Code tp scan directory and make thumbnails from the pictures in the Directory.
$handle = opendir("\pictures");
while(false !==($file = readdir($handle)))
{
if($file != "." && $file!= "..")
{
//echo "$file\n";
echo "
 ";
}
}
closedir($handle);
echo "