<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Am 06.04.2016 um 15:53 schrieb
Sebastian Vitt:<br>
</div>
<blockquote cite="mid:570514C2.90604@oktasilan.de" type="cite">
<pre wrap=""> <?php
date_default_timezone_set("Europe/Berlin");
$yesterday = date("Y-m-d",strtotime("yesterday 00:00"));
$from_time = "$yesterday"."T00:00:00";
$to_time = "$yesterday"."T23:59:59";
header ("Location: <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>frontend<span class="moz-txt-tag">/</span></i>?from=$from_time&to=$to_time");
?>
</pre>
</blockquote>
Hallo Sebastian,<br>
<br>
Hat super geklappt. Wie mach ich das jetzt mit Woche/Monat/Jahr?<br>
Ich check den ganzen Aufbau des Skripts nicht...<br>
Sorry.<br>
<br>
Gruß<br>
<br>
Thomas<br>
</body>
</html>