require ("topside.htm"); require ("database.php3");?>
Oklahoma : Spring Grove Fringe Production Oct 2004
Click on the pictures for a bigger image
$result=mysql_query(" SELECT * FROM oklahoma where include='yes'"); $i=0; while ($row=mysql_fetch_array($result)) { $i=$i+1; $photoref=$row['photoref']; $photodesc=$row['photodesc']; $s=gettype($i/2); $orientation=$row['orientation']; $quote='"'; $photodesc=str_replace($quote, "", $photodesc); if ($s!="integer"){ echo "
"; if ($orientation=="l") {echo"
$photodesc
";} else {echo"
$photodesc";} } else {echo "
"; if ($orientation=="l") {echo"
$photodesc
";} else {echo"
$photodesc";} } } ?>