|
|
|
16년 전
|
조회 1,557
|
|
|
|
16년 전
|
조회 1,056
|
|
|
|
16년 전
|
조회 1,559
|
|
|
|
16년 전
|
조회 955
|
|
|
|
16년 전
|
조회 1,065
|
|
|
|
16년 전
|
조회 1,466
|
|
|
아이스웨덴™
|
16년 전
|
조회 1,561
|
|
|
|
16년 전
|
조회 996
|
|
|
|
16년 전
|
조회 855
|
|
|
|
16년 전
|
조회 1,010
|
|
|
|
16년 전
|
조회 837
|
|
|
|
16년 전
|
조회 918
|
|
|
|
16년 전
|
조회 995
|
|
|
|
16년 전
|
조회 1,056
|
|
|
|
16년 전
|
조회 945
|
|
|
|
16년 전
|
조회 2,058
|
|
|
|
16년 전
|
조회 799
|
|
|
|
16년 전
|
조회 908
|
|
|
|
16년 전
|
조회 1,619
|
|
|
|
16년 전
|
조회 1,548
|
댓글 1개
아래쪽에 보시면 아래와같은 소스가 있습니다.
<br> 태그를 지우세요~
$k=0;
for ($idx=$table_index, $k=0; $idx<count($search_table) && $k<$rows; $idx++)
{
echo "<ul type=circle><li><b><a href='./board.php?bo_table={$search_table[$idx]}&{$search_query}'>{$bo_subject[$idx]}</a></b> 에서의 검색결과</ul>";
$comment_href = "";
for ($i=0; $i<count($list[$idx]) && $k<$rows; $i++, $k++)
{
echo "<ul><ul type=square><li style='line-height:100%;'>";
if ($list[$idx][$i][wr_is_comment])
{
echo "<font color=999999>[코멘트]</font> ";
$comment_href = "#c_".$list[$idx][$i][wr_id];
}
echo "<a href='{$list[$idx][$i][href]}{$comment_href}' target=_blank>";
echo $list[$idx][$i][subject];
echo "</a>";
// echo $list[$idx][$i][content];
echo "<font color=#999999> {$list[$idx][$i][wr_datetime]}</font> ";
echo $list[$idx][$i][name];
echo "</ul></ul>";
}
}