%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/include/db/db_connect.jsp"%> <%@include file="/include/function/function.jsp"%>
<%
int c_relation = 0;
int c_relation2 = 0;
String sql_ok2 = "select * from tbl_menu where c_no = " + board_no;
ResultSet rss = stmt.executeQuery(sql_ok2);
if(rss.next()){
c_relation= rss.getInt("c_relation");
c_relation2= rss.getInt("c_relation2");
%>
[ <%=rss.getString("c_name")%> ] board management
<%
}
rss.close();
c_relation = 0;
c_relation2 = 1;
String para_t = "c_home=" + c_home + "&c_maker=" + c_maker + "&board_no=" + board_no + "&c_relaton=" + c_relation + "&c_relation2=" + c_relation2;
%>
|
No | Title | Wirter | File | Clicks | Date | ||||||||||
No data. | |||||||||||||||
<%=c_number%> | &nowPage=<%=nowPage%>"><%=rst.getString("c_title")%> | <%=rst.getString("c_name")%> | <%if(!rst.getString("c_file").equals("")){%> O <%}%> | <%=rst.getString("c_click")%> | <%=rst.getString("c_date").substring(0,10)%> | ||||||||||
|
|||||||||||||||
Insert |