Liki-Statistik
Stand: ". date('d.m.y').""; $conn_string = "host=lanis-20 port=6543 dbname=osiris user=postgres password=#Le42me41"; $dbconn = pg_connect($conn_string); $sql_statistik1 = "select gebiete,gesamtflaeche,prozent from statistik.liki"; ?> "; echo ""; echo ""; echo ""; echo ""; } pg_close; ?>
GebietGesamtflächein Prozent der Landesfläche
"; echo $row[0]; echo ""; echo number_format($row[1],0,',','.') . " ha"; echo ""; echo number_format($row[2],1,',','.'). " %"; echo "
Statistik aus den amtlichen Geodaten der Osiris Datenbank berechnet (gerundet).
"; ?>