| Server IP : 172.64.80.1 / Your IP : 172.69.7.193 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/entranceform/ |
Upload File : |
<?php
session_start();
session_destroy();
session_start();
require_once('headMain2.php');
?>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="login-panel panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><b>Enter Jamb Number/Form Number</b></h3>
</div>
<div class="panel-body">
<form id="form1" name="form1" method="post" action="adminStatus_22_23_process.php">
<div>
<input name="jamb" type="text" required="required" class="form-control" maxlength="100" placeholder="Jamb Number or Form Number" />
</div>
<br>
<div>
<input type="submit" name="button" class="btn btn-primary form-control" value="Check Status" />
<div style="height: 4px"></div>
<a href="../filetoU/2022_2023_Registration_Procedures.pdf" name="button" class="btn btn-info form-control">Check Registration Procedure</a>
</div>
<div style="font-size: large; display: noneq"><div style="color: red">Important Notice:</div> <ul>
<li><b>Acceptance Fee</b> - #25,000.00</li>
<li>Admitted Candidates are expected to pay Acceptance Fee on or before two weeks from the date of Admission.</li>
<li>The Governing Council has banned Students Vehicles (numbered & unnumbered) and Motor Cycles (Okada) from entering the Campuses of the Polytechnic.</li>
</ul> </div>
</form>
</div>
</div>
</div>
</div>
</div>
</body>
<!-- InstanceEnd --></html>