query($sql1); $sql = "select * from board where idx='$idx' and is_del='N' "; $result = mysqli_query($con, $sql) or die("DB Error "); if($temp = mysqli_fetch_array($result)) { $filename = $temp["filename"]; $tel = explode("-",$temp["tel"]); $header_is_viewpage = "T"; $header_title = $temp["title"]; $header_cont= strip_tags($temp["cont"]); $header_author = $temp["name_write"]; $header_url = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https://" : "http://"; $header_url .= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; $user_level = memLevelIcon($temp["idx_write"]); $board_idx_write = $temp["idx_write"]; $board_idx_level = mysql_one_data($DB_name,"Select mem_grade from member where idx='$board_idx_write' "); $tmp_array_cate2 = "array_board_cate2_".$temp["cate1"]; $cate2_disp = $$tmp_array_cate2[$temp["cate2"]]; $tmp_array_cate3 = "array_board_cate3_".$temp["cate1"]."_".$temp["cate2"]; $cate3_disp = $$tmp_array_cate3[$temp["cate3"]]; $board_cate1 = $temp["cate1"]; $board_cate2 = $temp["cate2"]; $board_cate3 = $temp["cate3"]; $Thumbnail = $temp["filename1_path"]; $cont = $temp["cont"]; $title = $temp["title"]; // img 태그의 alt 속성만 바꾸기 $cont = preg_replace_callback( '/]*>/i', function ($matches) use ($title) { $img_tag = $matches[0]; // alt 속성 있으면 바꾸고, 없으면 추가 if (preg_match('/alt\s*=\s*"[^"]*"/i', $img_tag)) { $img_tag = preg_replace('/alt\s*=\s*"[^"]*"/i', 'alt="' . htmlspecialchars($title, ENT_QUOTES) . '"', $img_tag); } else { // alt 없으면 추가 $img_tag = preg_replace('/= 72 || $temp["cnt_recom"] >= 10) { } else { $is_editable = "Y"; } } } if( ($cre_ses_grade == "0" || $cre_ses_grade == "10" || $cre_ses_grade == "40") ) // 관리자 { if( $cre_ses_grade == "0" ) { $is_deletable = "Y"; } else if( ( $cre_ses_grade == "10" || $cre_ses_grade == "40") ) { if($temp["idx_write"] == $cre_ses_idx || $board_idx_level == "50" ) { $is_deletable = "Y"; } } } else // 일반 회원 { if($temp["idx_write"] == $cre_ses_idx) { $is_deletable = "Y"; } } } } ?>
  • 구분

    > >

  • 상품명

  • 제조사

  • 구분

    > >

  • 업체명

  • 주소

  • 판매처

  • 상품명

".$url_link.""; ?>
  • 구매링크

  • 가격

  • 배송비

*구매링크는 크리처의 제휴 링크로 변경될 수 있습니다.