포인트를 몇 회 받았는지 체크하는 쿼리 정보
포인트를 몇 회 받았는지 체크하는 쿼리본문
// SELECT count(*) as cnt FROM $g5['point_table'] where mb_id = '$mb_id'
$point = sql_fetch("SELECT count(*) as cnt FROM $g5['point_table'] where mb_id = '$mb_id' ");
echo $point['cnt'];
추천
2
2
댓글 1개
오 팁 감사합니다~ 잘 활용할께요