|
|
|
21년 전
|
조회 573
|
|
|
|
21년 전
|
조회 421
|
|
|
|
21년 전
|
조회 506
|
|
|
|
21년 전
|
조회 3,887
|
|
|
|
21년 전
|
조회 724
|
|
|
|
21년 전
|
조회 776
|
|
|
|
21년 전
|
조회 505
|
|
|
|
21년 전
|
조회 459
|
|
|
|
21년 전
|
조회 534
|
|
|
|
21년 전
|
조회 490
|
|
|
|
21년 전
|
조회 435
|
|
|
|
21년 전
|
조회 580
|
|
|
|
21년 전
|
조회 703
|
|
|
|
21년 전
|
조회 345
|
|
|
|
21년 전
|
조회 520
|
|
|
|
21년 전
|
조회 506
|
|
|
|
21년 전
|
조회 548
|
|
|
|
21년 전
|
조회 365
|
|
|
|
21년 전
|
조회 429
|
|
|
|
21년 전
|
조회 435
|
댓글 5개
$board1='gb_write_'.$bo_table.'_cat'; //카테고리 디비 테이블
$rowc= sql_fetch("select ca_name from $board1 where ca_id = '{$list[$i][ca_id]}'"); //쿼리하기.
?>
<?=$rowc[0]?> 불려오기..
-----------------------------------------------------------------------------------------------
허접소스 ^_^;;;
<?
$board1='gb_write_'.$bo_table.'_cat';
$rowc= sql_fetch("select ca_name from $board1 where ca_id = '{$list[$i][ca_id]}'");
?>
<? if ($i) { echo "<tr><td colspan=2 height=1 background='$latest_skin/dot_line.gif' width=7 height=7></td></tr>"; } ?>
<tr>
<td width=30 align=center><img src='<?=$latest_skin?>/icon_li.gif' width=7 height=7></td>
<td width='' height=20><a href='<?="./?doc=bbs/gnuboard.php&bo_table=$bo_table&wr_id={$list[$i][wr_id]}"?>'><span class=content><?=$list[$i][ca_id]?> <?=$list[$i][subject]?> <span style='font-size:8pt;'><?=$rowc[0]?><?=$list[$i][commentcnt]?></span></span></a> <?=$list[$i][icon_new]?></td>
</tr>
<? } ?>