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/index.php

<?php

if ($_POST['submit'] == 'PROCEED TO PAY') {
	$clientcode = $_REQUEST['clientcode']; //rollno
	
	$udf1 = $_REQUEST['udf1']; //name
	$udf2 = $_REQUEST['udf2']; //email
	$udf3 = $_REQUEST['udf3']; //mobile
	$udf4 = $_REQUEST['udf4']; //program
	$udf5 = $_REQUEST['udf5']; //batch
	$udf9 = $_REQUEST['udf9']; //semester
	$amt = $_REQUEST['amount']; //amount
	
	$err = '<br>';

	if ($udf4 != 'PHD' and strlen($clientcode) < 10) {
		$err = "<font color='red'>Roll No. is incorrect. Please recheck carefully and proceed again.</font>";
	} else if ($clientcode && $udf1 && $udf2 && $udf3 && $udf4 && $udf5 && $udf9 && $amt) { 
		include 'canara/atom.inc';
	} else {
		$err = "<font color='red'>Some information is missing. Please recheck carefully and proceed again.</font>";
	}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>iPay@IIITA</title>
        <style type="text/css">
                @import "css/menu1.css";
        </style>
        <base href='https://ipay.iiita.ac.in' />
        <link href='css/style.css' rel='stylesheet' />
        <meta charset='utf-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <meta name='description' content='fee payment online student'>
        <meta name='author' content='Mithilesh Mishra, System Analyst'>
	<script type='text/javascript' src='js/mm.js'></script>
        <link rel='SHORTCUT ICON' href='images/logo.ico'>

        <?php
                include "classes/editor.php";
                $pg = $_REQUEST["pg"];
                if (!$pg) $pg = 'home';
		if (!$user) $role = 'public';
        ?>
</head>
<body>
        <center>
        <font weight='bold' size='+2' color='white'>ACCOUNTS<img src='images/iLogo.png' width='40' height='40' border='0'>DEPARTMENT</font>
        <h1>Indian Institute of Information Technology Allahabad</h1>
        <font size='+1'>( <img src='images/ipay5.jpg' width='25' height='25' border='0' /> iPay Ver. 1.0 )</font>
        <br>
        </center>
	<form method='POST' action='<?php echo $_SERVER['PHP_SELF']; ?>' enctype='multipart/form-data'>
        <input type='hidden' name='pg' value='<?php echo $pg; ?>'>
<?php

	require("session.inc");
	if ($user) echo "Welcome <b>$user</b>! you have been logged in as $role.";
	else echo '<br>';
	//include("menu.inc");

	include("$pg.inc");

?>
        </form>
	<p align='center'>
        <b>Powered by</b><br>
	<img src="images/atom.png">
	<br><br>
        </p>
	<div id='footer' align='center'>
        	<hr style='border: 0; border-top: 1px solid lightblue'>
        	<b>&copy;2015 Dept. of Finance & Accounts, IIIT Allahabad, Devghat, Jhalwa, Allahabad-211012 (UP) INDIA<br>
        	Timely payment of fee avoids delay penalty, consult accounts in case of problem.<br>
        	Contact: 0532-2922046/47/48
        	<hr style='border: 0; border-top: 1px solid lightblue'>
        	Developed by: Mithilesh Kr. Mishra (System Analyst), IIIT Allahabad
        </div>
</body>
</html>