| 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 : |
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="../js/scriptFile2.js"></script>
<?php
require_once('headMainAdmin.php');
//echo 'kjhigdqikjd';
?>
<?php
extract($_POST);
$sql="select * from stddata where formNo='$formNo'";
$result=$db->query($sql);
$num=$result->rowCount();
if ($num=='1'){
$result_fetch=$result->fetch(PDO::FETCH_ASSOC);
$names=$result_fetch['surname'].''.$result_fetch['otherNames'];
$formNo=$result_fetch['formNo'];
$jambNo=$result_fetch['jambNo'];
$course_code=$result_fetch['option'];
$course_sql=$db->query("select * from dept where sn='$course_code'");
$course_fetch=$course_sql->fetch(PDO::FETCH_BOTH);
$course_name=$course_fetch['dOption'];
//$levelID=$result_fetch['levelID'];
?>
<table width="50%" cellspacing="2" cellpadding="0">
<tr>
<td><form id="form1" name="form1" method="post" action="entrance_jambNoCorrection_process_process.php">
<fieldset>
<legend>Processing Form...</legend>
<table width="100%" cellspacing="5" cellpadding="0">
<tr>
<td width="55%"><strong>Form No</strong></td>
<td width="5%"> </td>
<td width="40%"><?php echo $formNo;?>
<input type="hidden" name="formNo" id="formNo" value="<?php echo $formNo;?>" /></td>
</tr>
<tr>
<td><strong>Name</strong></td>
<td> </td>
<td><?php echo $names;?>
<input type="hidden" name="names" id="names" value="<?php echo $names;?>" /></td>
</tr>
<tr>
<td><strong>JambNo</strong></td>
<td> </td>
<td> <input type="text" name="jambNo" id="jambNo" value="<?php echo $jambNo;?>" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><br><input type="submit" name="button" id="button" value="Correct Jamb No" onclick="<script> alert('Are you sure');</script> "/></td>
</tr>
</table>
<?php
}else{
echo "Record Not Found or Not pay Acceptance Fees Yet";
}
?>
</fieldset>
</form></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<!-- InstanceEndEditable --></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<p> </p>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
<!-- InstanceEnd --></html>