테스트 사이트 - 개발 중인 베타 버전입니다

답변 버튼 출력관련~

· 13년 전 · 615 · 3
<?
if(strlen($list[$i][reply]) >= 0){
echo("<a href='<?=$g4_path?>/bbs/write.php?w=r&bo_table=B04&wr_id=<?=$list[$i][wr_id]?>'><img src='$board_skin_path/img/btn_reply.gif' border='0'></a>");
}
?>
이소스가 답변이 달린글에는 답변을 출력을 안한건데염 ㅜㅜ
답변이 달리면 원글에도 답변 버튼 출력안하게 수정하려면 어떻게해야하나요

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 3개

<?
$sql = "select count(wr_id) as cnt from $write_table where wr_parent = '$list[$i][wr_id]' and wr_is_comment = '0' and wr_id != wr_parent":
$row = sql_fetch($sql);

if (!$row['cnt']) {
echo("<a href='<?=$g4_path?>/bbs/write.php?w=r&bo_table=B04&wr_id=<?=$list[$i][wr_id]?>'><img src='$board_skin_path/img/btn_reply.gif' border='0'></a>");
}
?>
13년 전
감사합니다.^^
13년 전
오류가나네요 ㅜㅜ

게시글 목록

번호 제목
284508
284499
284492
284490
284484
284481
284478
284476
284474
284472
284470
284458
284457
284454
284453
284447
284446
284444
284441
284440