| 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/admissionProcess/ |
Upload File : |
<?php
//session_destroy();
session_start();
?>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="js/scriptFileLong.js"></script>
<script type="text/javascript" language="javascript" src="js/scriptPropose.js"></script>
<?php
/**
* Created by PhpStorm.
* User: adisa
* Date: 3/2/2016
* Time: 3:31 PM
*/
//session_start();
//if(isset($_GET['ID'])) {
// $type = $_GET['ID'];
//}
//$levelID=$type;
//$title="National Diploma Admission Progress (ND FT)";
//$levelName='utmeForm';
//$formT='ndft';
//echo "klsml";
if(isset($_GET['IDD'])) {
if($_GET['IDD']==1){
?>
<script>
alert("Select Department");
</script>
<?php
}
}
$title="Batch Generation";
require_once('headMain_ord.php');
require_once("../connect.php");
$db=db_connect();
$aspoa="select distinct batch from admitted";
$sql_exe=$db->query($aspoa);
$sql_count=$sql_exe->rowCount();
?>
<div style="height: 200px" class="col-lg-12">
<div class="col-lg-6 col-lg-offset-1" style="text-align: right; color: red">
<div style="text-align: right"><a href="javascript:history.go(-1)"> Go to Previous page</a></div>
</div>
<div class="col-lg-6 offset-3">
<fieldset>
<form role="form" method="post" action="generate_batch_process.php">
<table width="100%" cellspacing="5" cellpadding="3">
<tr>
<td>
<table width="90%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td colspan="2"><h2><?php echo $sql_count." baches has been generated, You are about to generate a fresh batch of Admission List";?></h2></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="Process" class="form-control btn-primary">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</fieldset>
</div>
</div>
<?php
echo '<div style="height: 400px"></div>';
include('../admin_main/footMain.php');
?>