//picture page
$img = $_GET['img'];
?>
Brigade 2005 Pictures
Pictures from 2005 IHB
//make array of info.
$descr = file("picture.txt");
foreach($descr as $data) {
if($datas = explode("|",$data)) {
$triparray[$datas[0]] = array("title" => $datas[1],
"caption" => $datas[2],
"image" => $datas[0]);
}
}
print "| ";
foreach($triparray as $key => $val) {
if($val['image'] == $img){
print " ".$val['title']."  ";
}else {
print " ".$val['title']."  ";
}
}
print " |
";
if ($img == ''){
print"Select image above";
}else {
print"".$triparray[$img]['title']." "
.$triparray[$img]['caption']."";
}
print " |
";
?>
Back to Picture Page
All images from Designing Photography - 3009 Sable Ridge Lane - Greenwood, IN 46142
For problem or comment on page send email to webmaster@harmonybrigade.org