Şuanki Dizin: /home/wwwdreamtechnolo/www/spmsolapur.org/mis_software/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/spmsolapur.org/mis_software/view-student-details.php |
<?php require_once('header.php'); require_once('header-left-section.php'); $flag = 0; $success_flag = 0; $about = ""; $about1 = ""; $about2 = ""; $about3 = ""; $about4 = ""; $about5 = ""; $about6 = ""; $class_error = ""; $medium_error = ""; $division_error = ""; $stud_contact_no_error = ""; $father_contact_no_error = ""; $mother_contact_no_error = ""; $aadhar_no_error = ""; $advertising_board = ""; $news_paper = ""; $teachers = ""; $friends = ""; $ex_students = ""; $pre_class = ""; $other = ""; $res_id = ""; $res_class = ""; $res_medium = ""; $res_division = ""; $res_roll_no = ""; $res_surname = ""; $res_stud_name = ""; $res_father_name = ""; $res_mother_name = ""; $res_stud_cont = ""; $res_father_cont = ""; $res_mother_cont = ""; $res_residential_no = ""; $res_address = ""; $res_corres_add = ""; $res_child_desc = ""; $res_email = ""; $res_aadhar_no = ""; $res_religion = ""; $res_caste = ""; $res_category = ""; $res_mother_tongue = ""; $res_nationality = ""; $res_birth_palce = ""; $res_birth_date = ""; $res_gender = ""; $res_last_school = ""; $res_admission_date = ""; $res_blood_group = ""; $res_height = ""; $res_weight = ""; $res_student_image = ""; $res_birth_certi = ""; $res_caste_certi = ""; $res_adv_board = ""; $res_news_paper = ""; $res_teachers = ""; $res_friends = ""; $res_ex_students = ""; $res_pre_class = ""; $res_other = ""; $res_remarks = ""; $res_no_of_pupil = ""; $res_stud_id_for_lc = ""; $res_father_quali = ""; $res_father_occu = ""; $res_father_income = ""; $res_father_office_add = ""; $res_father_resident_add = ""; $res_mother_qualifi = ""; $res_mother_occupa = ""; $res_mother_income = ""; $res_mother_office_add = ""; $res_mother_resident_add = ""; $res_certifi_no =""; $res_progress =""; $res_conduct =""; $res_leaving_school_date =""; $res_standard_sinse_when =""; $res_leaving_school_reason =""; $res_date = ""; $res_gr_no = ""; $res_tc_status = ""; $res_sub_caste = ""; if(isset($_GET['view_id'])) { $edit_id = $_GET['view_id']; $_SESSION['current_edit_id'] = $edit_id; } else if(isset($_SESSION['current_edit_id'])) { $edit_id = $_SESSION['current_edit_id']; } $data = array(); $data = $db->get_all_student_info($edit_id); if(!empty($data)) { $res_id = $data[0]; $res_class = $data[1]; $res_medium = $data[2]; $res_division = $data[3]; $res_roll_no = $data[4]; $res_surname = $data[5]; $res_stud_name = $data[6]; $res_father_name = $data[7]; $res_mother_name = $data[8]; $res_stud_cont = $data[9]; $res_father_cont = $data[10]; $res_mother_cont = $data[11]; $res_residential_no = $data[12]; $res_address = $data[13]; $res_corres_add = $data[14]; $res_child_desc = $data[15]; $res_email = $data[16]; $res_aadhar_no = $data[17]; $res_religion = $data[18]; $res_caste = $data[19]; $res_category = $data[20]; $res_mother_tongue = $data[21]; $res_nationality = $data[22]; $res_birth_palce = $data[23]; $res_birth_date = $data[24]; $res_gender = $data[25]; $res_last_school = $data[26]; $res_admission_date = $data[27]; $res_blood_group = $data[28]; $res_height = $data[29]; $res_weight = $data[30]; $res_student_image = $data[31]; $res_birth_certi = $data[32]; $res_caste_certi = $data[33]; $res_adv_board = $data[34]; $res_news_paper = $data[35]; $res_teachers = $data[36]; $res_friends = $data[37]; $res_ex_students = $data[38]; $res_pre_class = $data[39]; $res_other = $data[40]; $res_remarks = $data[41]; $res_no_of_pupil = $data[42]; $res_stud_id_for_lc = $data[43]; $res_father_quali = $data[44]; $res_father_occu = $data[45]; $res_father_income = $data[46]; $res_father_office_add = $data[47]; $res_father_resident_add= $data[48]; $res_mother_qualifi = $data[49]; $res_mother_occupa = $data[50]; $res_mother_income = $data[51]; $res_mother_office_add = $data[52]; $res_mother_resident_add= $data[53]; $res_certifi_no = $data[54]; $res_progress = $data[55]; $res_conduct = $data[56]; $res_leaving_school_date = $data[57]; $res_standard_sinse_when = $data[58]; $res_leaving_school_reason = $data[59]; $res_date = $data[60]; $res_time = $data[61]; $res_gr_no = $data[62]; $res_tc_status = $data[63]; $res_birth_district = $data[64]; $res_birth_state = $data[65]; $res_birth_country = $data[66]; $res_acd_year = $data[67]; $res_sub_caste = $data[68]; $class_data = $db->get_class_title_master_details($res_class); $class_name = $class_data[1]; } ?> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1>VIEW STUDENT DETAILS</h1> </div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><a href="dashboard.php">Home</a></li> <li class="breadcrumb-item active">Student</li> <li class="breadcrumb-item active">Student Report</li> <li class="breadcrumb-item active">View Student</li> </ol> </div> </div> </div><!-- /.container-fluid --> </section> <!-- Main content --> <form method="POST" action="<?php echo $_SERVER['PHP_SELF'] ?>" enctype="multipart/form-data" autocomplete="off"> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="card card-primary"> <div class="card-header"> <h3 class="card-title">View Student Details</h3> <div class="card-tools"> <button type="button" class="btn btn-tool" data-card-widget="collapse" data-toggle="tooltip" title="Collapse"> <i class="fas fa-minus"></i></button> </div> </div> <div class="card-body"> <div class="row"> <div class="form-group col-lg-3" > <label>Department:</label> <?php echo $class_name; ?> </div> <div class="form-group col-lg-3" > <label>Year:</label> <?php echo $res_medium; ?> </div> <div class="form-group col-lg-3"> <label>Division: </label> <?php echo $res_division; ?> </div> <div class="form-group col-lg-3"> <label>Roll no:</label> <?php echo $res_roll_no; ?> </div> <div class="form-group col-lg-3"> <label>Surname:</label><br /> <?php echo $res_surname; ?> </div> <div class="form-group col-lg-3"> <label>Student's Name:</label><br /> <?php echo $res_stud_name; ?> </div> <div class="form-group col-lg-3"> <label>Father's Name:</label><br /> <?php echo $res_father_name; ?> </div> <div class="form-group col-lg-3"> <label>Mother's Name:</label><br /> <?php echo $res_mother_name; ?> </div> <div class="form-group col-lg-3"> <label>Student Ph No:</label><br /> <?php echo $res_stud_cont; ?> </div> <div class="form-group col-lg-3"> <label>Father's Ph No:</label><br /> <?php echo $res_father_cont; ?> </div> <div class="form-group col-lg-3"> <label>Mother's Ph No:</label><br /> <?php echo $res_mother_cont; ?> </div> <div class="form-group col-lg-3"> <label>Residential Ph No:</label><br /> <?php echo $res_residential_no; ?> </div> <div class="form-group col-lg-4"> <label>Address:</label><br /> <?php echo $res_address; ?> </div> <div class="form-group col-lg-4"> <label>Correspondence Address:</label><br /> <?php echo $res_corres_add; ?> </div> <div class="form-group col-lg-4"> <label>Student Description:</label><br /> <?php echo $res_child_desc; ?> </div> <div class="form-group col-lg-4"> <label>Email Id:</label> <?php echo $res_email; ?> </div> <div class="form-group col-lg-4"> <label>Aadhar Number:</label> <?php echo $res_aadhar_no; ?> </div> <div class="form-group col-lg-4"> <label>Religion:</label> <?php echo $res_religion; ?> </div> <div class="form-group col-lg-4"> <label>Caste:</label> <?php echo $res_caste; ?> </div> <div class="form-group col-lg-4"> <label>Sub Caste:</label> <?php echo $res_sub_caste; ?> </div> <div class="form-group col-lg-4"> <label>Category:</label> <?php echo $res_category; ?> </div> <div class="form-group col-lg-4"> <label>Mother Tongue:</label> <?php echo $res_mother_tongue; ?> </div> <div class="form-group col-lg-4"> <label>Nationality:</label> <?php echo $res_nationality; ?> </div> <div class="form-group col-lg-4"> <label>Place & State Of Birth:</label> <?php echo $res_birth_palce; ?> </div> <div class="form-group col-lg-4"> <label>Date Of Birth:</label> <?php echo $res_birth_date; ?> </div> <div class="form-group col-lg-4"> <label>Gender</label> <?php echo $res_gender; ?> </div> <div class="form-group col-lg-4"> <label>Last School Attended:</label> <?php echo $res_last_school; ?> </div> <div class="form-group col-lg-4"> <label>Date Of Admission:</label> <?php echo $res_admission_date; ?> </div> <div class="form-group col-lg-4"> <label>Remarks:</label> <?php echo $res_remarks; ?> </div> <div class="form-group col-lg-4"> <label>Gen. Reg. No of Pupil:</label> <?php echo $res_no_of_pupil; ?> </div> <div class="form-group col-lg-4"> <label>Student Id for LC:</label> <?php echo $res_stud_id_for_lc; ?> </div> <div class="form-group col-lg-4"> <label>Certificate No:</label> <?php echo $res_certifi_no; ?> </div> <div class="form-group col-lg-4"> <label>Progress:</label> <?php echo $res_progress;?> </div> <div class="form-group col-lg-4"> <label>Conduct:</label> <?php echo $res_conduct; ?> </div> <div class="form-group col-lg-4"> <label>Date of Leaving School:</label> <?php echo $res_leaving_school_date; ?> </div> <div class="form-group col-lg-4"> <label>Std In Which Studying & Since When:</label> <?php echo $res_standard_sinse_when; ?> </div> <div class="form-group col-lg-4"> <label>Reason of Leaving School:</label> <?php echo $res_leaving_school_reason; ?> </div> <!-- /.form-group --> </div> <!-- /.col --> </div> <!-- /.row --> <div class="row"> <div class="col-12"> <center> <a href="student-report.php" class="btn btn-warning" ><< Back To Report </a> </center> </div> </div> </section> </form> <!-- /.content --> </div> <!-- /.content-wrapper --> <?php require_once('footer.php'); ?>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4