ROW as $row) { if ((date("w") == "4") OR (date("w") == "5") OR (date("w") == "6") OR (date("w") == "0")) $to = "last Sunday +2 weeks"; else $to = "last Sunday +1 weeks"; if ((strtotime($row->Datum) > strtotime("-1 day")) AND (strtotime($row->Datum) < strtotime($to))) { print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print ""; } //19 } //17 ?>

emmi - die suppenbar
Am Wall 201 - Bremen
(0421) 2225427
Alle Preise in Euro
$row->Wochentag
"; print date("G",strtotime($row->ZeitVon)); if (date("i",strtotime($row->ZeitVon)) != 0) print date("i",strtotime($row->ZeitVon)); print " bis "; print date("G",strtotime($row->ZeitBis)); if (date("i",strtotime($row->ZeitBis)) != 0) print date("i",strtotime($row->ZeitBis)); print " Uhr
$row->Suppe1"; if ($row->Preis1 != "") printf ("%01.2f", $row->Preis1,2); print "
$row->Beschreibung1
$row->Suppe2"; if ($row->Preis2 != "") printf ("%01.2f", $row->Preis2,2); print "
$row->Beschreibung2
$row->Suppe3"; if ($row->Preis3 != "") printf ("%01.2f", $row->Preis3,2); print "
$row->Beschreibung3
$row->Suppe4"; if ($row->Preis4 != "") printf ("%01.2f", $row->Preis4,2); print "
$row->Beschreibung4