Mit einer bedingten Anweisung?
if ($tag == 1 or $tag == 3 or ...) {
// ...
} else {
//...
}
Hello
das problem liegt darin das er mir jetzt alle tage ausschliest:
if($timestamp > time() && date(w, $timestamp) != 0 && empty($jumpover) && $voll == FALSE && $tomorrowIns == TRUE)
{
if($tag_cut == '1' or $tag_cut == '3' or $tag_cut == '4' or $tag_cut == '6')
{
$output.=date("d",$timestamp);
}
else
{
$output.= "<a href="Javascript:DatumUebertrag('".strftime ("%A, %d.%m.%Y", $timestamp) ."', '".$timestamp."')">".date("d", $timestamp) ."</a>";
}
}
else
{
$output.= date("d", $timestamp);
}