Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/ipay/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/ipay/'

<h3 align='left'>Welcome to iPay portal</h3>
<div align='right'><?php echo date("d M, Y h:i:s A");?></div>
<b>Online Fee Payment</b>
<center>
<?php

$program = $_REQUEST['program'];
$batch = $_REQUEST['batch'];

$udf1 = $_REQUEST['udf1']; //rollno
$udf2 = $_REQUEST['udf2']; //email
$udf3 = $_REQUEST['udf3']; //mobile
$udf4 = $_REQUEST['amount'];
$udf5 = $_REQUEST['udf5']; //semester

echo "Program <select name='program' onchange=\"javascript: document.location.href='?pg=$pg&program='+this.value\">
<option value=''></option>";
foreach ($programs as $pr) {
	echo "<option value='$pr'".($pr == $program ? ' selected' : '').">$pr</option>";
}
echo "</select>&nbsp;&nbsp;&nbsp;&nbsp;
Batch <select name='batch' onchange=\"javascript: document.location.href='?pg=$pg&program=$program&batch='+this.value\">
<option value=''></option>";

if ($program == 'UG') $y = $year - 5;
else $y = $year - 3;

for ($i = $y; $i <= $year; $i++) {
	echo "<option value='$i'".($batch == $i ? ' selected' : '').">$i</option>";
}
echo "</select>&nbsp;&nbsp;&nbsp;&nbsp;
Semester <select name='udf5' onchange=\"javascript: document.location.href='?pg=$pg&program=$program&batch=$batch&udf5='+this.value\">
<option value=''></option>";

if ($program == 'UG') $s = 8;
else $s = 4;

for ($i = 1; $i <= $s; $i++) {
	echo "<option value='$i'".($udf5 == $i ? ' selected' : '').">$i</option>";
}
echo "</select><br><br>";

//if ($program && $batch && $udf5) {
	echo "<table width='50%' border='0' cellspacing='0' cellpadding='0'>
	<tr>
	<td width='30%'>Roll No.</td> 
	<td><input name='udf1' type='text' value='$udf1' size='40'></td>
	</tr><tr>
	<td nowrap>Mobile * (for SMS)</td> 
	<td><input name='udf3' type='text' value='$udf3' size='40'></td>
	</tr><tr>
	<td nowrap>Email * (for Mail)</td> 
	<td><input name='udf2' type='text' value='$udf2' size='40'></td>
	</tr><tr>
	<td nowrap>Fee Amount (INR)</td>
	<td><input type='text' name='amount' value='$udf4' size='40'> Excluding mess fee</td>
	</tr><tr><td colspan='2'><br>
	Above information are mandatory for a successful fee transaction. * can be edited.
	</td></tr>";

//	if ($program == 'PG') {
		echo "<tr><td colspan='2'>
		<!--input type='hidden' name='product' value='NSE'-->
		<input type='hidden' name='product' value='IIIT'>
		<input type='hidden' name='TType' value='NBFundTransfer'>
		<input type='hidden' name='clientcode' value='007'>
		<input type='hidden' name='AccountNo' value='1234567890'>
		<!--input type='hidden' name='ru' value='https://paynetzuat.atomtech.in/paynetzclient/ResponseParam.jsp'--><br>
		<input type='hidden' name='ru' value='https://ipay.iiita.ac.in/canara/StatusTRAN.php'><br>
		<input type='hidden' name='bookingid' value='100001'>
		</td></tr>";
/*	} else {
		echo "<tr><td nowrap>Payment Mode</td><td nowrap>
		[ <input type='radio' name='pmode' value='ONUS'> IOB Card
		<input type='radio' name='pmode' value='OFFUS'> Other Card
		<input type='radio' name='pmode' value='IOBNET' checked> IOB Net 
		<input type='radio' name='pmode' value='OTHNET'> Other Net ]
		</td></tr>";
	}
*/	echo "<tr><th colspan='2'><input type='submit' name='submit' value='PROCEED TO PAY'></th></tr>
	</table>";
/*
} else {
	echo "<br><font color='red'>
	To proceed for online payment of fee at IIIT Allahabad, please select your program, batch and semester.
	</font><br><br><br><br>";
}
*/
?>
</center>

<b>Online Transaction Charges</b>
<dir>
	<u>Canara Bank</u>
	<dir>
		Internet Banking: Rs. 16/- + service tax for SBI Group, ICICI and HDFC net banking<br>
		Internet Banking: Rs. 7/- + service tax for rest other banks net banking<br>
		Debit Card: 1.00% + service tax on the transaction amount (> Rs. 2000)<br>
		Debit Card: 0.75% + service tax on the transaction amount (< Rs. 2000)<br>
		Credit Card: 1.00% + service tax on the transaction amount<br>
		Amex Card: 1.65% + service tax on the transaction amount<br>
	</dir>
	<br>
<!--	
	<u>For IOB (PG)</u>
	<ol>
		<li>From IOB Account
		<dir>
			Internet Banking: Nil<br>
			Debit/Credit Card: Rs. 10/- per transaction
		</dir>
		</li>

		<li>From Non-IOB Account
		<dir>
			Internet Banking: Rs. 25/ per transaction<br>
			VISA Debit/Credit Card: 1.14% (1% + service tax) of the transaction amount subject to a minimum of Rs. 15/
		</dir>
		</li>
	</ol>
-->
</dir>

<b>Program Fee Structure</b>
<dir>
	<u>UG Program</u>
	<br>
	<u>PG Program</u>
	<br>
	<u>PHD Program</u>
</dir>