Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/indem/admit/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/indem/admit/acardindex3.php

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

//$id = $_REQUEST["id"];
if($_GET['msg']==1)
{$msg="Wrong Input";}
if ($_POST) {
	
	$msg = "";

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


 	if ($msg) {
 //               goto msge;
		echo "<center><blink><font size=4px color='red'>$msg</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 "headeracard.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'></td></tr>
		  <tr><td colspan=2><br></td></tr>
		  <tr><td></td><td><b><a href='SpecimenOMRSheet.pdf'>Click here to see The Specimen copy of OMR Sheet</a></b></td></tr>
		  <tr><td colspan=2><b></b></td></tr>
		  <tr><td align=right><img src='blink.gif' /></td><td><b><a href='screenedlist.pdf'><font color='red'>Click here to see The complete list of Screened Candidates called for written test</font></a></b></td></tr>
		</table></form>
		<font color='red'>*</font><font size=-1>Required</font>
	</td></tr>
</table>
<br>
<?php
//include "footer.inc";
?>