Online Admission Project Home Page

Given code is used to design the home page of the online admission project. Online Admission Project is designed using HTML and PHP(Front End) and for Backend MySql is used.

Given code includes the header.php filed and footer.php file and Images.

Save the code given below with name index.php in folder of your project name you created. Like onlineadmissionproject

<!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</title>
      <link rel="STYLESHEET" type="text/css" href="styles/student_forms.css" />
    <script type="text/javascript">
        var image=new Array("images/admn.jpg",
        "images/online_admission_form.png","images/OnlineAdmissionLogo.jpg","images/online-admission.png"
        ,"images/OnlineAdmissionLogo.jpg");
        var timeout={};
        function changeimage(dvX){
            var dvi=document.getElementById(dvX);
            if(!dvi.count || dvi.count == image.length )
            dvi.count=0;
            dvi.src=image[dvi.count];
            dvi.alt=image[dvi.count];
            dvi.count=dvi.count+1;
            timeout=setTimeout('changeimage("'+dvX+'")',3500);
        }
    </script>
</head>
<body onload="changeimage('changer')">
<?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></div></div></font></br></br>
    <table>
        <tr>
            <td><a href="student/login.php"><img src="images/student_login.png"></a></td>
        </tr>
        <tr>
            <td width="300">
                <div><a href="admissionCalender.php"><img src="images/admCal.png"></a></div>
                <div><a href="regionalCenter.php"><img src="images/rcenter.png"></a></div>
                <div><a href="studycenters.php"><img src="images/scenter.png"></a></div>
                <div><a href="regionalCenter.php"><img src="images/locstudycenter.png"></a></div>
                <div><a href="generalInfo.php"><img src="images/genIns.png"></a></div>
                <div><a href="clarification.php" ><img src="images/clarification.png"></a></div>
                </br></br>
            </div>
            </td>
            <td width="350" align="right">
                <div><a href="instructions.php" ><img src="t1" alt="test1" id="changer"/></a>
                </div>
            </td>
        </tr>
    </table>   
</div>
<?php include("footer.php");?>
</body>
</html>

Output:



Other File header and footer files or Images which will be used here in this project find here below : -

 Header.php and Footer.php File for Online Admission Project

Other Images For Online Admission project Written in PHP

0 Comments:

Post a Comment