Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/pks-ec/mbaentrance/admit/
Upload File :
Current File : /var/www/html/mmishra/indem/pks-ec/mbaentrance/admit/acardindex3.bak

<?php
ini_set('display_errors', 0);

include "header.inc";
//$id = $_REQUEST["id"];
if($_GET['msg']==1)
{$msg="Record Not Found !";}
if ($_POST) {
	
	$msg = "";

	$fullname = $_POST["fullname"]; $dob = $_POST["dob"];
        if (!$fullname) $msg1 = "Please enter your name ";
       
        else if (!$dob) $msg1 = "Please enter your correct date of birth";
//	$id = $_POST["id"];
//	if (!$id) $msg = "Please enter your correct Application ID";


 	if ($msg1) {
 //               goto msge;
		echo "<center><blink><font size=4px color='red'>$msg1</font></blink></center>";
        } else {
//		header("Location: admitcard.php?id=$id&dob=$dob&fullname=$fullname");
		header("Location: admitCard3.php?dob=$dob&fullname=$fullname");
	}
}
 	if ($_GET['msg']==1) {
 //               goto msge;
		echo "<center><blink><font size=4px color='red'>$msg</font></blink></center>";
        } 

//include "header.inc";

?>
<table width='100%'>
	<tr><td valign=top align=center>
		<form name="form" method="post"><table>
		  <tr><td>Fullname</td><td> <input type='text'  name='fullname' size='30' maxlength='35' value=''><font color='red'> *</font> <font size=-1> Please enter your Fullname</font></td></tr>
 		  <tr><td>Date of Birth</td><td><input type='text' name='dob' size='30' maxlength='35' value=''>
 		    <font color='red'>*</font>  (YYYY/MM/DD)
<!--		  <tr><td>Appliaction No.</td><td> <input type='text' onkeypress='return isNumberKey(event)' name='id' size='30' maxlength='35' value='$id'><font color='red'>*</font></td></tr> -->
		  <tr><td></td><td><input type='submit' name='submit' value='FIND'> &nbsp;&nbsp; <font color='red'>*</font><font size=-1> Required</font>
</td></tr>
		</table></form>
	</td></tr>
</table>
<center><b>For queries regarding MBA-IT call on 0532-2922033 and for queries regarding MSCLIS call on 0532-2922030.</b> </center>
<br>
<?php
include "footer.inc";
?>