Online Admission Project Accept Application Notification

Given codes is used to display the applicaiton accepted page to notify the student or user that he application is successfull submitted. After submission the username and password will be sent automatically the the student inbox after the approval of the student admission(Application is accepted by the Admin and checked documents). Save the given code with name "applicationaccept.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>CLARIFICATION</title>
      <link rel="STYLESHEET" type="text/css" href="styles/student_forms.css" />
</head>
<body>
<?php include("header.php");
include("functions.php");
$emailid = getLasInserted("SELECT email_id FROM student_detail where application_number = (SELECT max(application_number) FROM student_detail)");
?>
<!-- Form Code Start -->
<div class='mainDiv'>
<font size="5" name="sans-serif"><div class="heading" align="center">Distance Learning University Clarification</div></font></br>
<div align="center">Your applicaiton is now submitted for approval.</br>
A mail will be sent to your email id (<?php echo '<strong> '.$emailid.' </strong>';?>) with your username and password after approval and verification of your documents you submited.</br>
<strong>Send the applicaiton form and documents with Demand Draft to our given address.</strong>
</br></br><div align="center"><a href="index.php"><img src="images/gohome.png" title="Go Home"></a></div></br></br>
Contact us at:</br></br>
Sunni Kumar Sharma</br>
D-192, New Ashok Nagar,</br>
Delhi - 110096.</br>
Mobile No. 8527239235</br>
Email Id : sunnikmr8@gmail.com</div>
</div>
<?php include("footer.php");?>
</body>
</html>



0 Comments:

Post a Comment