
バックナンバー
time()) {
continue;
}
array_push($vols, $vol[0]);
}
rsort($vols);
$newno = $vols[0];
//開始位置セット
$max = count($list);
$page = $_GET['p'] - 1;
if ($page <= 0) $page = 0;
$start = $page * 5;
$end = $start + 5;
for ($i = $start; $i < $end; $i++) {
list($id, $time, $title, $desc) = explode("\t", $list[$i]);
$setTime = strtotime($time);
if (time() < $setTime || $id == "" || $id <= 0) {
continue;
}
?>