$member_res = mysql_query("select count(*) from club_mem where clubcode='$selcode' and mid='$vsclub_id'", $dbconn);
$membering = mysql_result($member_res,0,0);
if($membering == 0) {
?>
exit;
}
$title_res = mysql_query("select * from club_cat where clubcode='$selcode'", $dbconn);
$title_row = mysql_fetch_array($title_res);
$title_name = $title_row[clubname];
$title_pds = $title_row[clubpds];
$title_security = $title_row[security];
$title_comment = $title_row[comment];
$title_signdate = date("Y/m/d",$title_row[signdate]);
$colspan=5;
$add_image = " ";
if($title_pds == "Y") {
$add_image = "";
$colspan=6;
}
$table_name = "table_".$selcode;
?>
$title_name");?> | Since |
°ü¸®ÀÚ¸Þ´º : ">ȸ¿ø°ü¸® ">°øÁö»çÇ× ">°Ô½ÃÆÇ |