| Server IP : 172.64.80.1 / Your IP : 172.70.50.62 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/admin_student/ |
Upload File : |
<?php
session_start();
session_destroy();
/**
* Created by PhpStorm.
* User: adisa
* Date: 2016-03-24
* Time: 05:58 PM
*/
include('headMain2.php');
?>
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td><form id="form1" name="form1" method="post" action="reprintAlumni_process.php" role="form">
<fieldset>
<legend>
<div class="row">
<div class="col-lg-3"></div>
<div class="col-lg-6">
<div class="panel panel-default">
<div class="panel-heading">
Other Payment Reprint
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<form role="form">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td>ID No. (Matric No./Staff No)</td>
<td> </td>
<td><label for="idNo"></label>
<input type="text" name="idNo" id="txtRound" required="required" class="form-control" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><label for="password"></label></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><input type="submit" name="button" id="button" value="View Payment" class="btn btn-primary form-control" /></td>
</tr>
</table>
</fieldset>
</form></td>
</tr>
</table>
<?php
include('footMain.php');
?>