| 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
require_once('headMain_sidebar.php');
?>
<table width="50%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<legend>
<h2>Enter Payment Receipt Number</h2>
</legend>
<form id="form1" name="form1" method="post" action="download_pre_process.php">
<label for="serial"></label>
<table width="80%" align="center" cellpadding="3" cellspacing="5">
<tr>
<?php
if (isset($_GET['ID'])){
if ($_GET['ID']==1){
echo '<td colspan="2" class="alert alert-success" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Data Preparation Successfully';
}elseif($_GET['ID']==2){
echo ' <td colspan="2" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>Data Preparation Failed';
}
}
?>
</tr>
<tr>
<td align="center">
<select name="Montha" class="form-control" required="required">
<?php
for($i=1;$i<=12;++$i){
echo '<option>'.$i.'</option>';
}
?>
</select>
</td>
</tr>
<tr>
<td align="center">
<select name="yeara" class="form-control" required="required">
<?php
for($i=2020;$i<=2023;++$i){
echo '<option>'.$i.'</option>';
}
?>
</select>
</td>
</tr>
<!-- <input name="yeara" type="text" class="form-control" required="required" id="txtRound" size="40" placeholder="Enter Year" />-->
<tr>
<td align="center"> <br><input type="submit" name="button" id="button" value="Prepare Download" class="btn btn-primary form-control" /></td>
</tr>
<tr>
<td align="center"> <br><div class="btn btn-danger form-control"> <a href="../externalCall/ExcelExport.php?ADMIN=BURSARY&MONTHID=0&YEARID=0">Download Payment Info</a> </div></td>
</tr>
</table>
</form>
<p> </p>
</fieldset></td>
</tr>
</table>
<!-- <!-- InstanceEndEditable --></td>-->
<!-- <td align="right" valign="top"><!-- InstanceBeginEditable name="EditRegion4" --><!-- InstanceEndEditable --></td>-->
<!-- </tr>-->
<!-- </table></td>-->
<!-- </tr>-->
<!-- <tr>-->
<!-- <td> </td>-->
<!-- </tr>-->
<!-- </table></td>-->
<!-- </tr>-->
<!--</table>-->
<!--</div>-->
<!--</div>-->
</div>
</div>
</div>
</div>
<?php
require_once ("footMain.php");
?>