Search from Relationships
$domains[1]="Lake";
$domains[2]="River";
$domains[4]="Transitional";
$domains[8]="Coastal";
$db=mysql_connect("localhost","toolbox","ft3brs22");
mysql_select_db("Toolbox");
include('functions.inc'); // utility functions (parsing etc)
?>
There are three different forms for search in this page
1. Free text search
(Searches all free text columns of database for given substring)
2. Search from characteristics common for all water body types
3. Search per water body type