고객센터
지원받기
상담문의
공지사항
자주하는 질문
이메일 문의
상담문의
fetch_assoc(); $count = mysqli_num_rows($query); if($count > 0){ $intTotalCount = $rs["Count(seqno)"]; $intTotalPage = $rs["CEILING(CAST(Count(seqno) AS FLOAT)/" . $intPageSize . ")"]; } else { $intTotalCount = 0; $intTotalPage = 0; } $query = mysqli_query($link, "Select Count(seqno) from inquiry WHERE UserEmail = '".$_SESSION['UserEmail']."' AND notice = '' AND bseqno = '0'"); $rs=$query->fetch_assoc(); $count = mysqli_num_rows($query); if($count > 0){ $TotalCount = $rs["Count(seqno)"]; } else { $TotalCount = 0; } ?>

게시물 수

0){ $i = 1 ; $DATA_OK = "" ; foreach($query as $rs){ ?> 0){ $i = 1 ; $DATA_OK = "" ; foreach($query as $rs){ if ( $rs["depth"] != 0 ) { $depth = str_repeat(" ",$rs["depth"]) ; } $query2 = mysqli_query($link, "select * from board Where bseqno = '".$rs['seqno']."'") ; $count2 = mysqli_num_rows($query2); ?>
번호 제목 작성자 작성일자 상태 내역
공지
[공지]
- 등록자 : 
- 등록일 : 
답변 아이콘 
대기
완료
- 등록자 : 
- 등록일 :