require ("topside.htm"); require ("database.php3");?>
Treasure Island : Spring Grove Fringe Production March 2005
Click on the pictures for a bigger image
$result=mysql_query(" SELECT * FROM treasure 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";} } } ?>