Student Home Page(Online Admission Project)

This is the homepage of the student after login to the student account. Save the code in new file with name "index.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/student_forms.css" />
</head>
<body >
<?php include("header.php"); if(isset($_GET['edit'])) $enrolmentno = $_GET['edit'];?>
<div class='mainDiv'>
    <div><font siz0e="4" name="sans-serif" color="white"><div class="heading" align="center"><b>Welcome To Distance Education University Online Admission Form</b></br>Student Zone</div></font></br></br>
    <div></div>
    <form id='admission_form' action="" method="post">
    <table>
        <tr>
            <td width="300">
                <div><a href="changeaddress.php?edit=<?php echo $enrolmentno;?>">Request For Change Of Address</a></div>
                <div><a href="studycenter.php?edit=<?php echo $enrolmentno;?>">Request For Change Of Study Center</a></div>
                <div><a href="re-register.php?edit=<?php echo $enrolmentno;?>">Programme Re-Registration</a></div>
                <div><a href="detail.php?edit=<?php echo $enrolmentno;?>" >View Registration Details</a></div>
                </br></br>
            </div>
            </td>
            <td width="350" align="right">
                <div><a href="instructions.php" ><img src="images/onlineaddmission.png"></a>
                </div>
            </td>
        </tr>
    </table>    </form>
</div>
<?php include("footer.php");?>
</body>
</html>



0 Comments:

Post a Comment