\n"; } else { $noword_kensaku = "
※ 何かキーワードを入力してください。"; } # キーワード検索されたときは、「レベル」の検索条件をクリアする $level = "(指定なし)"; } # 条件(レベル、メンバー構成)が指定されているとき if ($kensaku == "検索") { $sql_and = ""; $disp_jouken = ""; if (!empty($level) and ($level != "(指定なし)")) { $sql_and = $sql_and . " and match_make.level like \"%$level%\" "; if (empty($disp_jouken)) $disp_jouken .= "●"; else $disp_jouken .= "、"; $disp_jouken .= "「レベル=" . $level . "」"; } if (!empty($disp_jouken)) $disp_jouken .= "で検索しました。
\n"; # 「レベル」「メンバー構成」検索されたときは、キーワード検索条件をクリアする $keyword = ""; } # DB接続 db_connect ($MYSQL_HOST, $MYSQL_USER, $MYSQL_PASSWORD, $MYSQL_DBNAME); $today = date("Ymd"); # 対象マッチメイク件数取得 $sql = ""; $sql .= "select count(match_make.match_make_id) from match_make "; $sql .= "where match_make.sisetu_key=\"sun_fut\" "; $sql .= "and (date >= $today or date = \"\") "; if (!empty($sql_and)) { $sql .= $sql_and; } #echo "sql: $sql
\n"; $result = mysql_query($sql) or error(__FILE__, __LINE__, "Database Error", "$sql", true); list($count) = mysql_fetch_row($result); if (empty($sid)) $sid = "0"; $page_url = ""; # 前のページがあるとき if ($sid > 0) { $prev_sid = $sid - $DISP_ROW_COUNT; if ($prev_sid < 0) $prev_sid = 0; $page_url .= "前へ "; } # 前のページか次のページがあるとき if (($sid > 0) or ($count > $sid + $DISP_ROW_COUNT)) { $index = 0; $sid_ = $index * $DISP_ROW_COUNT; # ページ数分ループ while ($sid_ < $count) { if (($sid_ <= $sid) and ($sid < $sid_ + $DISP_ROW_COUNT)) { $page_url .= "$index "; } else { $page_url .= "$index "; } $index++; $sid_ = $index * $DISP_ROW_COUNT; } } # 次のページがあるとき if ($count > $sid + $DISP_ROW_COUNT) { $next_sid = $sid + $DISP_ROW_COUNT; $page_url .= "次へ"; } $disp_kensu_range = "●現在、" . $count . "件のマッチメイクが登録されています。"; if ($count > 0) { $disp_sid = $sid + 1; if ($disp_sid == $count) { $disp_kensu_range .= "(" . $disp_sid . "件目を表示しています)"; } else { $disp_eid = $disp_sid + $DISP_ROW_COUNT - 1; if ($disp_eid > $count) $disp_eid = $count; $disp_kensu_range .= "(" . $disp_sid . " - " . $disp_eid . "件目を表示しています)"; } } if (!empty($disp_kensu_range)) $disp_kensu_range .= "
\n"; ?>
キーワードで検索:
 
レベルで検索:

\n"; echo " \n"; echo " \n"; echo " $disp_jouken\n"; echo " $message
\n"; echo "
\n"; echo " \n"; echo "\n"; echo "
\n"; include "footer.inc"; exit; } ?>
●現在登録されているマッチメイクを、新しい順に、表示しています。
= $today or date = \"\") "; if (!empty($sql_and)) { $sql .= $sql_and; } $sql .= "order by match_make_id desc "; $sql .= "limit $sid, $DISP_ROW_COUNT "; #echo "sql: $sql
\n"; $result = mysql_query($sql) or error(__FILE__, __LINE__, "Database Error", "$sql", true); while (list( $match_make_id, $sisetu_key, $team_name, $kaiin_kubun, $kaiin_id, $leader_name, $level, $date, $youbi, $start_time, $end_time, $comment, $email, $password, $create_time, $update_time ) = mysql_fetch_row($result)) { $level_ = ""; $level_ = $level; $date_ = ""; if (!empty($date)) { $date_Y = substr($date, 0, 4); $date_m = substr($date, 4, 2); $date_d = substr($date, 6, 2); if ((!empty($date_Y)) and (!empty($date_m)) and (!empty($date_d))) { $date_ = $date_Y . "
" . $date_m . "/" . $date_d; } else { $date_ = $date_Y . $date_m . $date_d; } } $time_ = ""; $start_time_hh = substr($start_time, 0, 2); $start_time_mm = substr($start_time, 2, 2); $end_time_hh = substr($end_time, 0, 2); $end_time_mm = substr($end_time, 2, 2); if ((!empty($start_time_hh)) and (!empty($start_time_mm)) and (!empty($end_time_hh)) and (!empty($end_time_mm))) { $time_ = $start_time_hh . ":" . $start_time_mm . "〜" . $end_time_hh . ":" . $end_time_mm; } else { $time_ = $start_time_hh . $start_time_mm . " " . $end_time_hh . $end_time_mm; } # 詳細、編集ページURL設定 $update_url = "match_form.php?mode=update&mid=$match_make_id"; #echo "create_time: $create_time
"; $create_time_ = get_datetime_str($create_time); echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; echo " \n"; } ?>
試合日 時間 主催チーム レベル コメント 申込 編集 登録日時
$date_$time_$team_name$level_$comment申込編集$create_time_
 


ホームページTOPへ戻る