"; //print_r($_REQUEST); //地域情報取得 $areas = area_search($con,$area_id); //環境メッセンジャー件数取得 $count_pref = message_count($con,$area_id); //検索 $max = 20; $offset = $page * $max; $messages = message_search($con,$area_id,$max,$offset); //検索対象とページ数の設定 $msgcount = count($messages); if ($page == "" || $page == 0){ $page = 0; $prevpage = 0; $nextpage = $page +1; }else{ $prevpage = $page - 1; $nextpage = $page + 1; } ?>環境メッセンジャー
".$areas['name'].""; //画像選択 echo ""; echo "
".$areas['name']."の環境メッセンジャーは".$count_pref."名
"; ?>"; echo "".$messages[$i]['title'].""; echo "".$regdate."投稿者:".$users['name']."(".$user_count.")"; echo ""; if ($messages[$i]['imgpath'] != "" && file_exists($messages[$i]['imgpath'])){ $size = getsize($messages[$i]['imgpath']); echo "新着情報".$messages[$j]['title']."(".$areas['name'].")(".$users['name'].")(".$regdate.")"; } // 0件の場合 if($maxindex == 0){ echo "
- この地域にメッセージはありません
\n"; } ?>"; } $comment = $messages[$i]['comment']; $comment = nl2br($comment); $comment = ereg_replace("(https?|ftp|news)(://[[:alnum:]\+\$\;\?\.%,!#~*/:@&=_-]+)","\\1\\2", $comment); //半角チェック。半角ばかり75文字以上なら自動改行 if (preg_match("/[^a-zA-Z0-9!\"#$%&'()*+>".$comment." "; echo ""; echo ""; } function getsize($photo){ $i_size = GetImageSize($photo); $size_x = $i_size[0]; $size_y = $i_size[1]; if($size_x >= $size_y) { $width = "width=\"180\""; $height = ""; } else { $width = ""; $height = "height=\"180\""; } return "$width $height"; } ?>
"; //前のページがある if($page != "" && $page > 0){ echo "<前のページ"; } //次のページがある if(20 < $num ){ echo " | 次のページ> "; } echo ""; ?>