query("SELECT * FROM certificates where enrollment_no = '".$_POST['enrollment_no']."' "); $stu = $con->query("SELECT * FROM students where enrollment_no = '".$_POST['enrollment_no']."' AND dob = '".$_POST['dob']."'"); if($stu->num_rows>0 && $admit->num_rows>0) { $s = $stu->fetch_assoc(); $a = $admit->fetch_assoc(); $c = $con->query("SELECT * FROM centers where id = '".$s['center_id']."'")->fetch_assoc(); $r = $con->query("SELECT * FROM results where id = '".$s['center_id']."'")->fetch_assoc(); $r = $con->query("SELECT * FROM admit_card where id = '".$s['center_id']."'")->fetch_assoc(); // print_r($r); // exit; $course = $con->query("SELECT * FROM courses where id = '".$s['course_id']."'")->fetch_assoc(); $bg = '../format/certificate.jpg'; $enroll_no = $s['enrollment_no']; $photo = '../uploads/students/'.$s['photo']; $name = $s['name']; $father = $s['father']; // $mother = $s['mother']; $duration = $course['duration']; $dob = $s['dob']; $du_start = $s['dur_start']; $du_end = $s['dur_ends']; $issue_date = $a['issue_date']; $certificate_number = $c['id']; // $certificate_number = date("YmdHis", $issue_date); $isu_date = date("d-m-Y", strtotime($issue_date)); // print_r($isu_date);exit; $course_name = $course['course_name']; $course_short_name = $course['short_name']; $center_code = $c['center_number']; $center_name = $c['institute_name']; $course = $course['short_name']; $grade = $r['grade']; include 'certificate.php'; exit; ?>
Certificate
Institute Name
Warning: Undefined variable $c in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 52

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 52
Enrollment No.
Warning: Undefined variable $s in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 53

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 53
Roll No.
Warning: Undefined variable $a in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 54

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 54
Student Name
Warning: Undefined variable $s in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 55

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 55
Father Name
Warning: Undefined variable $s in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 56

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 56
Mother Name
Warning: Undefined variable $s in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 57

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 57
Course
Warning: Undefined variable $course in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 58

Warning: Trying to access array offset on null in /home/u429285615/domains/ictei.in/public_html/get_certificate.php on line 58
alert("Enrollment or date of birth not matched.");location.href="get_certificate.php"'; } } else { require_once 'includes/header.php'; echo front_header_navigarion('CERTIFICATE VERIFICATION'); echo '
'; ?>

Certificate

'; include 'includes/footer.php'; ?>