포인트 경매 최저가를 최고가로 바꾸고 싶어요 정보
포인트 경매 최저가를 최고가로 바꾸고 싶어요본문
// 최저로 입찰된 내역을 조회
$row = sql_fetch(" select td_tender_point as point, count(td_tender_point) as cnt from $tender_table where wr_id = '$wr_id' group by td_tender_point order by cnt, td_tender_point limit 1 ");
도무지 어디를 수정해야 할지 모르겠습니다
최저가를 최고가로 바꾸고 싶은대 좀 도와주세요
그리고 포인트는 지금 그냥 사라지는 형태인듯한대
글 올린이에게 포인트가 지급되도록 하고 싶은대 이것도 가능한지 모르겠습니다
$row = sql_fetch(" select td_tender_point as point, count(td_tender_point) as cnt from $tender_table where wr_id = '$wr_id' group by td_tender_point order by cnt, td_tender_point limit 1 ");
도무지 어디를 수정해야 할지 모르겠습니다
최저가를 최고가로 바꾸고 싶은대 좀 도와주세요
그리고 포인트는 지금 그냥 사라지는 형태인듯한대
글 올린이에게 포인트가 지급되도록 하고 싶은대 이것도 가능한지 모르겠습니다
댓글 전체
$row = sql_fetch(" select td_tender_point as point, count(td_tender_point) as cnt from $tender_table where wr_id = '$wr_id' group by td_tender_point order by td_tender_point desc, cnt limit 1 ");
이렇게 변경해보세요
이렇게 변경해보세요