to create a array, you need to first initialize it outside your loop (because of variable scoping) $start = $day = strtotime("-1 day"); $end ...
確定! 回上一頁