| Server IP : 172.64.80.1 / Your IP : 108.162.241.66 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/eace_admin_student/ |
Upload File : |
<?php
ob_start();
include('headMain.php');
//die('<div style="color: #003300"><h2 align="center">Payment Starts Soon..</h2></div><br>;
//<div align="right"><a href="javascript:history.go(-1)"> Go to Previous page</a></div>');
/**
* Created by PhpStorm.
* User: adisa
* Date: 3/2/2016
* Time: 3:31 PM
*/
//session_start();
if(!isset($_SESSION['matNo'])){
header('location:login.php');
}
$_SESSION['ptype'] = 'Damages Fee';
$_SESSION['medium'] = 'Bank Account';
?>
<script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" >
$(function(){
$("#olevel").change(function(){
($("#olevel").val());
$.post("../js/getolevel.php",{olevel:$("#olevel").val()},function(data){
$("#amt").val(data);
});
});
$("#paymentMode").change(function(){
// ($("#paymentMode").val());
$.post("../js/getPartPayment.php",{paymentMode:$("#paymentMode").val()},function(data){
// alert (data);
$("#trow").html(data);
});
});
});
</script>
<div id="wrapper">
<table width="100%" align="center" cellpadding="3" cellspacing="5">
<tr>
<td><fieldset>
<div class="row">
<div class="col-lg-0"></div>
<div class="col-lg-9">
<form id="form1" name="form1" method="post" action="bankIT_dam.php" role="form">
<fieldset>
<legend>
<div class="row">
<div class="col-lg-1"></div>
<div class="col-lg-9">
<div class="panel panel-default">
<div class="panel-heading">
Damages Payment (<?php echo $formNo=$_SESSION['matNo'] ;
$a=$db->query("select * from realdata where formNo='$formNo' or matNo='$matNo'");
$f=$a->rowCount();
// echo $formNo;
// echo $f.'jgh';
?>)
</div>
<div class="panel-body">
<div class="row">
<div class="col-lg-12">
<form role="form">
<?php
// $closed=$_SESSION['closed'];
// if($f==1){
// echo "Acceptance Fee Has Been Paid";
// }else if($closed==2) {
// echo "Acceptance Fees Has Closed";
// }else{
?>
<table width="100%" align="center">
<tbody>
<tr>
<td width="60%">Payer Name:</td>
<td><input name="payerName" type="text"
value="<?php echo $_SESSION['names'];
$_SESSION['ptypeptype'] = 'Damages Fee';
?>" size="45" readonly="readonly"
class="form-control"></td>
</tr>
<tr>
<td width="60%">Payer Email: <font
color="red">*</font></td>
<td><input name="payerEmail" required value=""
type="email" class="form-control">
</td>
</tr>
<tr>
<td>Payer Phone:</td>
<td><input name="payerPhone" value=""
type="text" class="form-control">
<input type="hidden" name="pt" value="Damages Fee" />
</td>
</tr>
<tr>
<td width="200">Amount: <font
color="red">*</font></td>
<td><input name="amt_1" type="text"
class="form-control" required
value="2000" readonly="readonly">
</td>
</tr>
<tr>
<td width="200">Charges: <font
color="red">*</font></td>
<td><input name="amt_c" type="text"
class="form-control" required
value="800" readonly="readonly">
</td>
</tr>
<tr>
<td width="200">Total Amount: <font
color="red">*</font></td>
<td><input name="amt" type="text"
class="form-control" required
value="2800" readonly="readonly">
</td>
</tr>
<tr style="display: None;">
<td width="200">Payment Type:</td>
<td>
<select class="required-entry form-control"
title="Credit Card Type"
name="paymenttype" id="paymenttype"
autocomplete="off">
<option>-- Select Payment Type --
</option>
<option value="VERVE"> Verve Card
</option>
<option value="VISA"> Visa</option>
<option value="MASTERCARD"> MasterCard
</option>
<option value="POCKETMONI"> PocketMoni
</option>
<option value="POS"> POS</option>
<option value="ATM"> ATM</option>
<option value="BANK_BRANCH">BANK
BRANCH
</option>
<option value="BANK_INTERNET">BANK
INTERNET
</option>
<option value="REMITA_PAY"> Remita
Account Transfer
</option>
</select>
</td>
</tr>
<tr>
<td width="200"></td>
<td><p></p><input type="submit" name="" value="Pay"
class="btn btn-primary form-control">
<!-- <img src="../images/remitaLogo.jpg" alt="" width="418" height="90"/></td>-->
</tr>
</tbody>
</table>
<div> <a href="paymentHistory.php"> Click to check Payment History</a></div>
<?php
// }
?>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</legend>
</fieldset>
</form>
</div>
<div class="col-lg-3">
<div align="center"><b>NOTE</b></div>
<ol style="color: #FF4444">
<li>
<!-- Come Along with the evidence of Form Fee Payment to PTDF Office of ICT Directoriate , Federal Polytechnic Ede-->
</li>
<li>
For further enquiries, Call 08092000666 & 07058216666
</li>
</ol>
</div>
</div>
</div>
</fieldset>
</td>
</tr>
</table>
</div>
<?php
include('footMain.php');
?>
</div>