Also habe nochmal leicht verändern aber es tut sich einfach nix :(
<?php
echo error_reporting(E_ALL);
$anzahl = 4;
$newDate = mktime(0,0,0, 8, 7, 2007);
$newtime = time();
$days = floor(($newDate-$newtime) / 24 / 60 / 60 / 7)%$anzahl+1;
echo $days;
?>
Irgentwas stimmt doch da nicht.
Grüße :)