| 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/admin_main/ |
Upload File : |
<?php
ob_start();
include('ace_headMain.php');
?>
<script src="../SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<table width="100%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<legend>
<h2></h2></legend>
<div class="row">
<div class="col-lg-.5"></div>
<div class="col-lg-11">
<div class="panel panel-default">
<div class="panel-heading">
Pre Bio-Data
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<form id="form1" name="form1" role="form" method="post" action="ace_biodata.php" enctype="multipart/form-data">
<table width="100%" cellspacing="5" cellpadding="3">
<tr><?php
if (isset($_GET['id'])){
if ($_GET['id']==1){
echo '<td colspan="4" class="alert alert-success" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Biodata Updated Successfully';
}elseif($_GET['id']==2){
echo ' <td colspan="4" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Update Failed';
}
}
?>
</tr>
<tr>
<td><strong>Form No/Jamb No </strong></td>
<td> </td>
<!-- <td bgcolor="#FFFFFF" id="kkk2" class="form-control alert-info"></td>-->
<td><input type="text" name="formNo" class="form-control" id="txtRound" value="" /></td>
</tr>
<tr>
<tr><td> </td></tr>
<td> </td>
<td> </td>
<td><input type="submit" class="btn btn-block btn-primary" name="button" id="button" value="Confirm" /></td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</fieldset>
</td>
</tr>
</table>
<div class="col-lg-.5"></div>
<?php
include('footMain.php');
ob_end_flush();
?>