묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
점수 삭감
2002.04.24 16:28
// 회원일 경우 해당 해원의 점수 주기
@mysql_query("update $member_table set point2=point2+1 where no='$member[no]'",$connect) or error(mysql_error());
여기서 점수를 마이너스 (주는게 아니라 뺏는거죠)어찌하나요
@mysql_query("update $member_table set point2=point2+1 where no='$member[no]'",$connect) or error(mysql_error());
여기서 점수를 마이너스 (주는게 아니라 뺏는거죠)어찌하나요