Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/curriculum-civil.php

<?php
	require_once("header.php");
?>

<div class="parent_colour container">				
	<div class="department-main-section">	
		<br />
		<center><h2 class="head-title">Curriculum Civil Department</h2>
		<?php
			require_once("download-left-panel.php");
		?>
		<div class="parent_data_contnr" >

					<?php
						require_once("curriculum-menu.php");
					?>
					<br /><br />
					<table border=2  cellpadding="2px">
						<thead style="color:#FFFFFF;">
							<td width="20">Sr.No.</td>
							<td>Scheme </td>
							<td width="120">View</td>
						</thead>
		<?php
			$department = "Civil Engineering";	
			$section = "Curriculum";					
			$details = $db->get_all_curriculum_of_department_wise_and_section($department,$section);
		if(!empty($details))
		{ 
				$counter =0;
			foreach($details as $record)
			{ 
				$id				=	$details[$counter][0];
				$department		=	$details[$counter][1];
				$section		=	$details[$counter][2];
				$title			=	$details[$counter][3];
				$image			=	$details[$counter][4];
		?>
				 <tr>
										<td><?php echo $counter+1; ?></td>
										<td style="text-align:left;"><?php echo $title; ?></td>
										<td>	<?php
											if($image != "")
											{
												list($txt, $ext) = explode(".", $image);
												if($ext=="pdf")
												{
										
											?>
											<a href="/downloads/<?php echo $image; ?>" target="_blank" class="download-title"> Click Here </a>

											<?php
												}
											}
											
		
									   ?>
											</td>
											</tr>
			
										<?php 
												$counter++;
											}
										}else
										{
										?>
										<td colspan="3">No Data Found...</td>
										<?php
										}		
										?>
										</table>
											  
			</div>
			</div>
			</div>
		
	</section><!-- end of service section -->

	
<?php
	require_once("footer.php");
?>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4