댓글
추천
조회
- 구분
if($board_cate1 == "A" || $board_cate1 == "E" || $board_cate1 == "F" ): ?> elseif($board_cate1 == "C"): ?> > else: ?> > endif; ?>
- 상품명
- 제조사
- 구분
if($board_cate1 == "A" || $board_cate1 == "E" || $board_cate1 == "F" ): ?> elseif($board_cate1 == "C"): ?> > else: ?> > endif; ?>
- 업체명
- 주소
- 판매처
- 상품명
- 구매링크
- 가격
- 배송비
*구매링크는 크리처의 제휴 링크로 변경될 수 있습니다.
-
$sql_comment = "select * from board_comment where board_idx='$idx' order by main_idx asc, main_depth asc ";
$result_comment = mysqli_query($con, $sql_comment) or die("DB Error ");
while($temp_comment = mysqli_fetch_array($result_comment) )
{
if( $temp_comment["idx_write"] == $board_idx_write)
$disp_1 = "re_mine";
else
$disp_1 = "";
if( $temp_comment["idx_write"] == $cre_ses_idx)
$is_user_comment = "Y";
else
$is_user_comment = "N";
$user_level = memLevelIcon($temp_comment["idx_write"]);
if( $temp_comment["main_depth"] == 1)
$disp_2 = "reply";
else
$disp_2 = "re_reply";
$is_del = $temp_comment["is_del"];
?>