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";
?>
| Gebiet | Gesamtfläche | in Prozent der Landesfläche | "; echo $row[0]; echo " | "; echo ""; echo number_format($row[1],0,',','.') . " ha"; echo " | "; echo ""; echo number_format($row[2],1,',','.'). " %"; echo " | "; echo ""; } pg_close; ?>
"; ?>