MMCT TEAM
Server IP : 103.191.208.50  /  Your IP : 216.73.216.53
Web Server : LiteSpeed
System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User : celkcksm ( 1031)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, popen, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home/celkcksm/cms.ncriptech.com/../websites/vtti.e-campus.co.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/cms.ncriptech.com/../websites/vtti.e-campus.co.in/MEDStudentMasterReport.php
<?php 

include ("include/makeSession.php"); 
$installment_id=mysqli_query($con,"select * from admin where id='".$_SESSION["ecomid"]."'");
	  $installment_id=mysqli_fetch_array($installment_id); 
$installment_id=$installment_id['menuper'];
	  $menuper=explode(',',$installment_id);
	   
	   if(in_array('D.EI.ED.ADMISSION',$menuper)){
		  
	   }else{
		 
	header("location:index.php");
		   
		}
include("include/header.php"); 

//include("include/sidebar.php"); 

if(isset($_REQUEST['upid']) && $_REQUEST['upid']!=''){

	  $dovalue="editrest";

	  $doid=$_REQUEST['upid'];

	  $upuserresult=mysqli_query($con,"select * from restaurant where id='".$_REQUEST['upid']."'");

	  $upuserarr=mysqli_fetch_array($upuserresult);

}else{

 	  $dovalue="addrest";

	  $doid='';

}

?>

<div style="background-color:#999">
  <div class="content container">
    <div class="row cols-wrapper"> 
      
      <!--//col-md-3-->
      <div class="col-md-12">
        <section class="course-finder">
          <h1 class="section-heading text-highlight"><span class="line">STUDENT ADMISSION ENTRY DETAILS</span></h1>
          <div class="section-content">
            <div class="row">
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">Student Code</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <input name="ctl00$ContentPlaceHolder1$txtStudentCode" type="text" id="ContentPlaceHolder1_txtStudentCode" class="form-control" placeholder="Student Code">
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">From Date</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <input name="ctl00$ContentPlaceHolder1$txtFromdate" type="text" id="ContentPlaceHolder1_txtFromdate" class="form-control" placeholder="From Date">
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">To Date</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <input name="ctl00$ContentPlaceHolder1$txtToDate" type="text" id="ContentPlaceHolder1_txtToDate" class="form-control" placeholder="To Date">
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">Subject Name</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <select name="ctl00$ContentPlaceHolder1$ddlSubjectName" id="ContentPlaceHolder1_ddlSubjectName" class="form-control">
                  <option selected="selected" value="NA">--Select Subject Name--</option>
                  <option value="BEN">BENGALI</option>
                  <option value="ENG">ENGLISH</option>
                  <option value="GEO">GEOGRAPHY</option>
                  <option value="GUJ">GUJARATI</option>
                </select>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">Religion</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <select name="ctl00$ContentPlaceHolder1$ddlReligion" id="ContentPlaceHolder1_ddlReligion" class="form-control">
                  <option selected="selected" value="NA">--Select Religion--</option>
                  <option value="1">HINDU</option>
                  <option value="2">MUSLIM</option>
                  <option value="3">SHIKH</option>
                  <option value="4">BUDDHIST</option>
                </select>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">Cast</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <select name="ctl00$ContentPlaceHolder1$ddlCast" id="ContentPlaceHolder1_ddlCast" class="form-control">
                  <option selected="selected" value="NA">--Select Cast Name--</option>
                  <option value="1">GENERAL</option>
                  <option value="2">SC</option>
                  <option value="3">ST</option>
                  <option value="4">OBC</option>
                  <option value="5">OBC-A</option>
                  <option value="6">OBC-B</option>
                  <option value="7">OTHERS</option>
                </select>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <label for="name">Gender</label>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <select name="ctl00$ContentPlaceHolder1$ddlGender" id="ContentPlaceHolder1_ddlGender" class="form-control">
                  <option selected="selected" value="NA">--Select Gender--</option>
                  <option value="1">Male</option>
                  <option value="2">Female</option>
                </select>
              </div>
              <div class="col-md-2 col-sm-2 subject" style="margin-top: 5px;">
                <input type="submit" name="ctl00$ContentPlaceHolder1$btnsearch" value="SEARCH" id="ContentPlaceHolder1_btnsearch" class="btn btn-theme">
              </div>
            </div>
          </div>
        </section>
      </div>
    </div>
    <div class="row cols-wrapper"> 
      
      <!--//col-md-3-->
      <div class="col-md-12">
        <section class="course-finder">
          <h1 class="section-heading text-highlight"><span class="line">View Admission Entry List</span></h1>
          <div class="section-content">
            <input type="submit" name="ctl00$ContentPlaceHolder1$btnexport" value="Export" id="ContentPlaceHolder1_btnexport" class="btn btn-theme">
            <div class="row">
              <div class="col-md-12 col-sm-12 ">
                <div class="row cols-wrapper">
                  <div class="col-md-12">
                    <section class="course-finder">
                      <div class="table-responsive">
                        <div id="ContentPlaceHolder1_Div1" style="width: 1100px; overflow: auto;">
                          <div>
                            <table cellspacing="0" cellpadding="4" rules="all" id="ContentPlaceHolder1_AdmissionEntryGridView" style="background-color:White;border-color:#3366CC;border-width:1px;border-style:None;width:60%;border-collapse:collapse;">
                              <tbody>
                                <tr style="color:#CCCCFF;background-color:#003399;font-weight:bold;">
                                  <th scope="col">Enrollment No</th>
                                  <th scope="col">StudentCode</th>
                                  <th scope="col">Student First Name</th>
                                  <th scope="col">Student Last Name</th>
                                  <th scope="col">Degree Name</th>
                                  <th scope="col">Application Type Name</th>
                                  <th scope="col">University Last Attended</th>
                                  <th scope="col">Registration No of the University Last Attended</th>
                                  <th scope="col">Language Name</th>
                                  <th scope="col">Religion Name</th>
                                  <th scope="col">Cast Name</th>
                                  <th scope="col">Gender Name</th>
                                  <th scope="col">Nationality</th>
                                  <th scope="col">DOB</th>
                                  <th scope="col">Place of Birth</th>
                                  <th scope="col">Blood Group</th>
                                  <th scope="col">Identification Marks</th>
                                  <th scope="col">Father First Name</th>
                                  <th scope="col">Father Last Name</th>
                                  <th scope="col">Mother First Name</th>
                                  <th scope="col">Mother Last Name</th>
                                  <th scope="col">Guardian First Name</th>
                                  <th scope="col">Guardian Last Name</th>
                                  <th scope="col">Guardian Relationship</th>
                                  <th scope="col">Guardian Land Line No</th>
                                  <th scope="col">Guardian Mobile No</th>
                                  <th scope="col">Guardian Address</th>
                                  <th scope="col">Guardian City</th>
                                  <th scope="col">Guardian District</th>
                                  <th scope="col">Guardian State</th>
                                  <th scope="col">Guardian PinCode</th>
                                  <th scope="col">Home To College Distance</th>
                                  <th scope="col">Source Name</th>
                                  <th scope="col">Subject Name</th>
                                  <th scope="col">Registration Date</th>
                                  <th scope="col">Student Photo</th>
                                  <th scope="col">Student Signature</th>
                                  <th scope="col">Student Document</th>
                                  <th scope="col">Entry User </th>
                                </tr>
                                <tr style="color:#003399;background-color:White;">
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelEnrollmentNo_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelstudentcode_0">FRS18167161</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelstudentfirstname_0">SUBHANKAR</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelstudentlastname_0"></span></td>
                                  <td><input type="hidden" name="ctl00$ContentPlaceHolder1$AdmissionEntryGridView$ctl02$hdndegreeid" id="ContentPlaceHolder1_AdmissionEntryGridView_hdndegreeid_0">
                                    <span id="ContentPlaceHolder1_AdmissionEntryGridView_Labeldegreename_0">B.ED</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelapplication_0">FRESHER</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelUniversity_0">BU</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelRegistration_0">124562</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labellanguage_0">ENGLISH</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelreligion_0">HINDU</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelcastname_0">GENERAL</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelgendername_0">Male</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelNationality_0">INDIAN</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labeldob_0">13/02/1987</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelplaceofbirth_0">DGP</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelbloodgroup_0">B+</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelidentification_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelfatherfirstname_0">P</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelfatherlastname_0">SARKAR</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelmotherfirstname_0">M</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelmotherlastname_0">SARKAR</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianFirstName_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianLastName_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianRelationship_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianLandLineNo_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianMobileNo_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianAddress_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianCity_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianDistrict_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianState_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianPinCode_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelHome_To_College_Distance_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelSourceName_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelSubjectName_0">BENGALI</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelRegistrationDate_0">2/17/2018 12:00:00 AM</span></td>
                                  <td><img id="ContentPlaceHolder1_AdmissionEntryGridView_Image1_0"></td>
                                  <td><img id="ContentPlaceHolder1_AdmissionEntryGridView_Image2_0"></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelStudentDocument_0"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_lblEntry_0"></span></td>
                                </tr>
                                <tr style="color:#003399;background-color:White;">
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelEnrollmentNo_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelstudentcode_1">DEP06158551</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelstudentfirstname_1">nirmal sarkar</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelstudentlastname_1"></span></td>
                                  <td><input type="hidden" name="ctl00$ContentPlaceHolder1$AdmissionEntryGridView$ctl03$hdndegreeid" id="ContentPlaceHolder1_AdmissionEntryGridView_hdndegreeid_1">
                                    <span id="ContentPlaceHolder1_AdmissionEntryGridView_Labeldegreename_1">B.ED</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelapplication_1">DEPUTED</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelUniversity_1">bu</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelRegistration_1">12345</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labellanguage_1">ENGLISH</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelreligion_1">HINDU</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelcastname_1">GENERAL</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelgendername_1">Male</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelNationality_1">INDIAN</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labeldob_1">19/09/1987</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelplaceofbirth_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelbloodgroup_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelidentification_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelfatherfirstname_1">p</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelfatherlastname_1">sarkar</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelmotherfirstname_1">M</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_Labelmotherlastname_1">sarkar</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianFirstName_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianLastName_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianRelationship_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianLandLineNo_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianMobileNo_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianAddress_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianCity_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianDistrict_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianState_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelGuardianPinCode_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelHome_To_College_Distance_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelSourceName_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelSubjectName_1">BENGALI</span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelRegistrationDate_1">2/26/2018 12:00:00 AM</span></td>
                                  <td><img id="ContentPlaceHolder1_AdmissionEntryGridView_Image1_1"></td>
                                  <td><img id="ContentPlaceHolder1_AdmissionEntryGridView_Image2_1"></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_LabelStudentDocument_1"></span></td>
                                  <td><span id="ContentPlaceHolder1_AdmissionEntryGridView_lblEntry_1"></span></td>
                                </tr>
                              </tbody>
                            </table>
                          </div>
                        </div>
                      </div>
                    </section>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </section>
      </div>
    </div>
  </div>
</div>
<?php include('include/footer.php');?>

MMCT - 2023