Kelola Kegiatan

Daftar Kegiatan
0) { $no = 1; while($row = mysqli_fetch_assoc($result)) { echo ""; echo ""; echo ""; echo ""; echo ""; $deskripsi = htmlspecialchars($row['kegiatan_keterangan']); $deskripsi_pendek = strlen($deskripsi) > 200 ? substr($deskripsi, 0, 200) . '...' : $deskripsi; echo ""; echo ""; echo ""; echo ""; $no++; } } else { echo ""; } // Tutup koneksi mysqli_close($conn); ?>
No. Nama Kegiatan Tanggal Mulai Tanggal Akhir Deskripsi Gambar Aksi
" . $no . "" . htmlspecialchars($row['kegiatan_nama']) . "" . htmlspecialchars(date('d M Y', strtotime($row['kegiatan_tglmulai']))) . "" . htmlspecialchars(date('d M Y', strtotime($row['kegiatan_tglakhir']))) . "" . $deskripsi_pendek . "Gambar Kegiatan Edit Hapus
Tidak ada kegiatan yang tersedia.