view페이지가 늦게 열릴 때 > 그누4 팁자료실

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.

view페이지가 늦게 열릴 때 정보

view페이지가 늦게 열릴 때

본문

게시물이 많을 경우 해당될거 같은데요..
wr_num을 추출해서 인덱스를 타게 한겁니다.
설명이 맞나 모르겠네요.


comment_view.php에서

$sql = " select * from $write_table where wr_parent = '$wr_id' and wr_is_comment = 1 order by wr_comment, wr_comment_reply ";



$n = mysql_result(mysql_query("select wr_num from $write_table where wr_id='$wr_id'"), 0, 0);
$sql = " select * from $write_table where wr_num = '$n' and wr_is_comment = 1 order by wr_comment, wr_comment_reply ";

로 수정

추천
3
  • 복사

댓글 2개

이 경우 댓글(comment)이 달린 글에 답글(reply)을 달때 두개에 동시에 같은 댓글(comment)이 보여지게 됩니다. 고로 이대로 사용할 수 없는 팁입니다.
© SIRSOFT
현재 페이지 제일 처음으로