=$temp["title"]?>
- 회원정보 if($is_mem_login == "Y"): ?>
- ');" >쪽지보내기 else: ?>
- 쪽지보내기 endif; ?>
- 게시글검색
- 댓글검색
=$temp["wdate"]?>
댓글 =$temp["cnt_comment"]?>
추천 =$temp["cnt_recom"]?>
조회 =$temp["cnt_visit"]?>
- 구분
if($board_cate1 == "A" || $board_cate1 == "E" || $board_cate1 == "F" ): ?> =$cate3_disp?> elseif($board_cate1 == "C"): ?> =$temp["area1"]?> =$temp["area2"]?> > =$cate3_disp?> else: ?> =$cate2_disp?> > =$cate3_disp?> endif; ?>
- 상품명
=$temp["name_prod"]?>
- 제조사
=$temp["name_brand"]?>
- 구분
if($board_cate1 == "A" || $board_cate1 == "E" || $board_cate1 == "F" ): ?> =$cate3_disp?> elseif($board_cate1 == "C"): ?> =$temp["area1"]?> =$temp["area2"]?> > =$cate3_disp?> else: ?> =$cate2_disp?> > =$cate3_disp?> endif; ?>
- 업체명
=$temp["name_brand"]?>
- 주소
=$temp["area1"]?> =$temp["area2"]?> =$temp["name_prod"]?>
- 판매처
=$temp["name_brand"]?>
- 상품명
=$temp["name_prod"]?>
- 구매링크
=$url_link?>
- 가격
=$temp["pr_price"]?>
- 배송비
=$temp["pr_trans"]?>
*구매링크는 크리처의 제휴 링크로 변경될 수 있습니다.
=$cont?>
-
$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"];
?>
-
" class='nickname'> =$user_level?>=$temp_comment["name_write"]?>
- 회원정보 if($is_mem_login == "Y"): ?>
- ');" >쪽지보내기 else: ?>
- 쪽지보내기 endif; ?>
- 게시글검색
- 댓글검색
=changeDate($temp_comment["wdate"],"L")?>
if($disp_1 == "re_mine"): ?>글쓴이
endif; ?>=$temp_comment["comment"]?>if($is_del == "N"): ?> if( $temp_comment["main_depth"] == 1): ?> 대댓글💬 endif; ?> if( ($cre_ses_grade == "0" || $cre_ses_grade == "10" || $cre_ses_grade == "40") || $is_user_comment == "Y"): ?> 삭제 endif; ?> 반대 =$temp_comment["cnt_ban"]?> 추천 =$temp_comment["cnt_recom"]?> endif; ?>
}
?>