prepare('SELECT COUNT(*) FROM dance_applications' . $whereSql); $countStmt->execute($params); $total = (int) $countStmt->fetchColumn(); $pages = max(1, (int) ceil($total / $perPage)); $page = min($page, $pages); $offset = ($page - 1) * $perPage; $stmt = db()->prepare('SELECT * FROM dance_applications' . $whereSql . " ORDER BY created_at DESC, id DESC LIMIT $perPage OFFSET $offset"); $stmt->execute($params); $rows = $stmt->fetchAll(); render_header('30TH 應援報名', 'dance-applications'); ?>
查看募集表單

報名清單

筆;Email 與上傳檔案僅供企劃聯絡使用

編號暱稱Email想參與歌曲狀態送出時間操作
# 查看/處理
目前沒有符合條件的報名資料。
1): ?>