Download
Home
Download
Sr. No.
Date
Title
Download
query("SELECT * FROM `assignment` ORDER BY `id` DESC"); $i = 1; if($get && $get->num_rows > 0) { while($row = $get->fetch_assoc()) { $date = !empty($row['date']) ? date('d M Y', strtotime($row['date'])) : 'N/A'; $description = !empty($row['description']) ? htmlspecialchars($row['description']) : 'No Title'; $file_path = 'admin/download_assignment.php?file=' . urlencode($row['file']); ?>
Download
No documents available for download at the moment.