0) { $sql .= " order by fid desc, thread asc limit $first, $page_size"; $result = @mysql_query($sql); $i = 0; while($row = @mysql_fetch_array($result)) { $viewno = $totcount - ($i+(($page-1)*$page_size)); //ÃÖ±Ù ¿Ã¶ó¿Â °Ô½Ã¹° °¡»ó¹øÈ£ if($viewno%2==0) $trbg = "ffffff"; else $trbg = $tr_color; $signdate = date("y-m-d",$row[signdate]); $list .= " $viewno "; $spacer = strlen($row[thread])-1; if($spacer > $reply_indent) $spacer = $reply_indent; for($j = 0; $j < $spacer; $j++) { $list .="  "; } if($spacer) $list.="¦± "; $subject = $row[subject]; if($keyword) $subject = str_replace("$keyword","$keyword",$subject); if($row[open]=="n") $list.="".text_cut($subject,70).""; else $list.="".text_cut($subject,70).""; $comsql = @mysql_query("select count(*) from redcomment where Ncode = '$Ncode' and uid = '$row[uid]'"); if(@mysql_num_rows($comsql) > 0) { $commentcount = @mysql_result($comsql,0,0); if($commentcount > 0) $list.=" [".$commentcount."]"; } $date_diff = time() - $row[signdate]; if($date_diff < $time_limit) $list.=" "; if($row[open]=="n") $list.=" "; if($row[userfile]) $list.=" "; $list.=""; $list.="$row[name]"; $list.="$signdate"; $list.="$row[ref]"; $list.=""; $list.=""; $i++; } // while end } else $list.="µî·ÏµÈ °Ô½Ã¹°ÀÌ ¾ø½À´Ï´Ù."; include "_headtop.html"; ?> height=25> "; echo""; echo""; echo""; echo""; echo""; echo""; echo""; } ?>
  Á¦¸ñ ±Û¾´ÀÌ ³¯Â¥ Á¶È¸
".$row[subject].""; echo"".$row[name]."".$signdate."".$row[ref]."

1) {?>
>