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

<?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&stream=$stream");
	}
}
 	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>Applied for</td><td> <input type='radio' name='stream' size='30' maxlength='35' value='0' checked='true'> MBA-IT 
		  			<!--  <input type='radio' name='stream' size='30' maxlength='35' value='1'> MS-CLIS --></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><br>
<!--<center><a href='ListOfSreeningCandidatesforMSCLISEntranceExam-2013.pdf'>List of Screened Candidated fo MSCLIS Entrance Exam 2013</a></center>-->
<center><ul><li><font color='red' size='+1'>All originals along with one set of photocopied certificates MUST be brought.</font></li>
<li><font color='red' size='+1'>Bring a copy of your CV also.</font></li></ul></center>



<br><br>
<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";
?>