query(" SELECT sf.* FROM student_files sf INNER JOIN student_file_mapping sfm ON sf.id = sfm.file_id WHERE sfm.student_id = '$student_id' "); echo front_header_navigarion("Student Files"); ?>
num_rows > 0) { while ($m = $get->fetch_assoc()) { echo ' '; } } else { echo ''; } ?>
Title Type Description File
'.ucwords($m['title']).' '.$m['type'].' '.$m['description'].'
No Files Available