글쓰기제한

글쓰기제한

QA

글쓰기제한

본문


function ask_write_check($bo_table, array $board_list){
    global $g5, $member, $board;
    $write_count = 1;
    if(in_array($bo_table, $board_list) && $member && strstr($_SERVER['PHP_SELF'], 'write.php')){
        $sql = "select count(*) as cnt from {$g5['write_prefix']}{$bo_table} where mb_id = '{$member['mb_id']}' and date_format(wr_datetime, '%Y-%m-%d') = '" . G5_TIME_YMD . "' ";
        $cnt = sql_fetch($sql);
        
        if($cnt['cnt'] >= $write_count){
            alert("하루{$write_count}개 작성 가능합니다.");
            return;

 

위처럼 하루1개 글작성 제한을 적용했는데요.

 

글쓰기 버튼외에도 수정버튼을 눌러도 alert메세지가 나오면서 제한됩니다.

 

글수정은 제외하고 싶은데 도움부탁드립니다.

이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
전체 10
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT