新着情報・お知らせ
-
新着情報がありません。";};
if($row <= $max){
$max = $row;
}
for($i=0;$i<=$max-1;$i++){
list($no,$tmp_date,$tmp_url,$tmp_comment)= explode("<>",$log[$i]);
if($tmp_url == ""){
$comment = $tmp_comment;
}else{
$comment = "{$tmp_comment}";
}
echo"
{$tmp_date}
{$comment}
\n";
}
?>


