"); foreach ($images as $key => $value) { $photofile = "../../images/" . $value[imageID]; $photolink = "images/" . $value[imageID]; $thumbnail = $value[imageID]; $size = getimagesize("$thumbnail"); $fullsize = getimagesize("$photofile"); $width = $fullsize[0] +50 ; $height = $fullsize[1] +100; if ($width > 800) { $scale = $width / 800; $width = $width / $scale; $height = $height / $scale; } echo ("\"\"
$value[name] "); $count ++; if ($count == $columns) { echo (""); $count = "0"; } } echo (""); } ?> More Photos 041
Home Programs Rates Directions Links Contact Canterbury School

More Photos 041

"100-0044_IMG.JPG", name => "Jamie"), array( imageID => "100-0047_IMG.JPG", name => "Phil tries it"), array( imageID => "100-0048_IMG.JPG", name => "Look how high this is!"), array( imageID => "100-0049_IMG.JPG", name => "Going up more"), array( imageID => "100-0050_IMG.JPG", name => "Kate"), array( imageID => "100-0051_IMG.JPG", name => "Kate"), array( imageID => "100-0052_IMG.JPG", name => "Kate"), array( imageID => "100-0056_IMG.JPG", name => "David"), array( imageID => "100-0059_IMG.JPG", name => "Kate decending"), array( imageID => "100-0062_IMG.JPG", name => "Anja sunning"), array( imageID => "100-0063_IMG.JPG", name => "Anja ???"), array( imageID => "100-0064_IMG.JPG", name => "Kate and Nick"), array( imageID => "100-0065_IMG.JPG", name => "Jamie and Megan"), array( imageID => "100-0066_IMG.JPG", name => "Belayers"), array( imageID => "100-0067_IMG.JPG", name => "Judy climbs"), array( imageID => "100-0068_IMG.JPG", name => "Judy"), array( imageID => "100-0072_IMG.JPG", name => "Back down again"), array( imageID => "100-0073_IMG.JPG", name => "David leads another"), array( imageID => "100-0074_IMG.JPG", name => "David"), array( imageID => "100-0076_IMG.JPG", name => "Hike to Natural Bridge"), array( imageID => "100-0077_IMG.JPG", name => "Nick rests at top!"), array( imageID => "100-0078_IMG.JPG", name => "OK don't back up any more..."), array( imageID => "100-0079_IMG.JPG", name => "Nick on bridge"), array( imageID => "100-0080_IMG.JPG", name => "Phil, Nick, and David"), array( imageID => "100-0081_IMG.JPG", name => "The guys"), array( imageID => "100-0082_IMG.JPG", name => "Tight squeeze"), array( imageID => "100-0084_IMG.JPG", name => "Marshmellow time"), array( imageID => "100-0085_IMG.JPG", name => "Megan and David") ); ShowImages($images,5,100,100); ?>