포인트를 몇 회 받았는지 체크하는 쿼리
[code]
// 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'];
[/code]
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 1개