Current Experiments
\n";
//the for loop will display all of the current experiments to the screen
for ($i = 0; $i < $row; $i++){
$myrow = pg_fetch_array($result,$i);
printf("%s |
\n", $myrow["exp"]);
}
echo "\n";
}
//close the connection to the db
pg_close($db);
?>
Please submit a experiment to be added.
Add more entries into the database
You must reload the Update page to activate any changes.