<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Evolutionary Infrastructure: Images: Art</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="" name=description>
<META content="" name=keywords>
<META content="" name=author>
<META content=all name=robots>
<META content="14 days" name=revisit-after>
<META content=Global name=distribution>
<META content=General name=rating>
<META http-equiv=Window-target content=_top>
</HEAD>
<BODY class=bg2 bgColor=#ffffff leftMargin=0 topMargin=0 marginheight="0" marginwidth="0"><p>
<?php 
//connect to server
$conn = pg_connect("host=localhost port=5432 dbname=backbay user=postgres password=4databas");
if (!$conn) {
                             echo "An error occured.\n";
                             exit;
                         }
//get stuff from the table
$result = pg_exec ($conn, "select manifestation_id from subject_manifestation where (subject_id='7694')");
$num = pg_numrows($result);
$a=0;
echo "<form action=fens.art.php method=post>";
echo "<input type=\"hidden\" name=\"chunk\" value=\"$a\">";
echo "<input type=\"hidden\" name=\"remaining\" value=\"$num\">";
echo "<input type=\"submit\" name=\"nextbutton\" value=\"Art Images\">";
echo "</form>";
?>
</p>
</body>
</html>