포인트를 몇 회 받았는지 체크하는 쿼리
작성자 정보
- 관리자 작성
- 작성일
본문
// 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'];
관련자료
-
링크
-
이전
-
다음
댓글 0개
등록된 댓글이 없습니다.