답변 3개
채택된 답변
+20 포인트
indepth
4년 전
adm/index.php에
Copy
<h2>최근게시물</h2>
<div class="tbl_head01 tbl_wrap">
<table>
<caption>최근게시물</caption>
<thead>
<tr>
<th scope="col">그룹</th>
<th scope="col">게시판</th>
<th scope="col">제목</th>
<th scope="col">이름</th>
<th scope="col">일시</th>
</tr>
</thead>
<tbody>
<?php
$sql = " select a.*, b.bo_subject, c.gr_subject, c.gr_id {$sql_common} {$sql_order} limit {$new_write_rows} ";
$result = sql_query($sql);
에서 $sql 을 원하시는 게시판의 경우로 수정하시면 됩니다.
스코어천국
4년 전
정보감사합니다 ~^^
스코어천국
4년 전
정보감사합니다 ~^^
답변을 작성하려면 로그인이 필요합니다.