Given below code is for get the list of application submitted by students for Admission. We can open the approval page of student applications. Save this file with name "registrationapproval.php" in admin directory.
<?php
include("../functions.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<title>Welcome To Online Admission(Student Zone)</title>
<link rel="STYLESHEET" type="text/css" href="../styles/admission_form.css" />
<link rel="STYLESHEET" type="text/css" href="../styles/style.css" />
</head>
<body >
<?php include("header.php");?>
<div class='mainDiv'>
<div><font size="4" name="sans-serif" color="white"><div class="heading" align="center"><b>Welcome To Distance Education University Online Admission Form</b></br>Admin</div></font></br></br>
<div align="center">
<form id='admission_form' action="" method="post">
<?php getApplicationDetail(); ?>
</form>
</div>
</div></br>
<?php include("footer.php");?>
</body>
</html>
0 Comments:
Post a Comment