$title_res = mysql_query("select * from board_cat where boardcode='$selcode'", $dbconn);
$title_row = mysql_fetch_array($title_res);
$title_name = $title_row[boardname];
$title_pds = $title_row[boardpds];
$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 = "bbs_".$selcode;
?>
$title_name");?> | Since |