The Given below code is about to change the Study Center or make request to admin to change the address of study center. In request made by student will be reviewed by the admin and make it change or reject. Save the code in new file with name "changestudycenter.php" in student 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 getStudentSC(); ?>
</form>
</div>
</div></br>
<?php include("footer.php");?>
</body>
</html>
<?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 getStudentSC(); ?>
</form>
</div>
</div></br>
<?php include("footer.php");?>
</body>
</html>
0 Comments:
Post a Comment