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