Below is a list of the various categories of links that we have available.  Click on a link type for a list of related links.

0){ // iterate through resultset echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; for ($i=0; $i<$rows; $i++) { $row = pg_fetch_row($result, $i); echo ""; echo ""; echo ""; echo ""; } echo "
Link TypeDescription
"; echo "All"; echo ""; echo "All Sites that are listed in the database reguardless of type."; echo "
"; echo "$row[0]"; echo ""; echo $row[1]; echo "
"; } else{ // if no records present // display message echo "

No data available.

"; } // close database connection pg_close($connection); } ?>