aquery($sql); if ($posts && !isset($posts[0])) { $posts = array($posts); } // 전체 게시글 수 조회 (페이지네비게이션용) $countSql = "SELECT COUNT(*) AS cnt FROM board WHERE $condition"; $total = $pdo->cquery($countSql); $totalPages = ceil($total / $perPage); ?>

고객센터

서비스에 궁금한 점이 있으신가요?

$post): $display_number = $total - ($offset + $i); ?>
번호 제목 작성일
등록된 글이 없습니다.