<?php $Links="http://www.fussball.de/vereinsspielplan.druck/-/datum-bis/";$DatumBis=date('Y-m-d', strtotime("next sunday"));$Mitte="/datum-von/";$DatumVon=date('Y-m-d', strtotime("today"));$Rechts="/id/00ES8GN8I400003TVV0AG08LVUPGND5I/match-type/-1/max/999/mode/PRINT/show-venues/true/team-id/01L2B430QG000000VV0AG811VV4PB99G%2C011MI8VFTG000000VTVG0001VTR8C1K7%2C011MIAR0A4000000VTVG0001VTR8C1K7%2C01KMFGKU6S000000VV0AG80NVVNDL46O#!/";$Spielplan = $Links.$DatumBis.$Mitte.$DatumVon.$Rechts;header('Location: '.$Spielplan); exit; ?>