include("eddi/include/dbconnect.html");
?>
include("form_auf.html"); ?>
Heimatkreise
|
zurück |
|
$abfrage = "SELECT * FROM $tabelle1 WHERE publiz = '1' ORDER BY hkr";
$ergebnis = mysql_query($abfrage);
while($row = mysql_fetch_object($ergebnis))
{
if ($last_hkr != $row->hkr)
{ ?>
|
echo "hkr."\">";echo " "; echo $row->hkr;?> |
(Heimatlandschaft: echo $row->hla; ?>) |
}
$last_hkr = $row->hkr;
}
?>
include("form_zu.html"); ?>