query("SELECT * FROM students where enrollment_no = '".$_POST['enrollment_no']."' AND dob = '".$_POST['dob']."' AND status = 1"); if($get->num_rows) { $g = $get->fetch_assoc(); $center = $con->query("SELECT * FROM centers where id = '".$g['center_id']."'")->fetch_assoc(); $course = $con->query("SELECT * FROM courses where id = '".$g['course_id']."'")->fetch_assoc(); ?>

ENROLLMENT VERIFICATION

$value) { if($key=='id' || $key=='timestamp' || $key=='password' || $key == 'dob' || $key == 'username' || $key == 'board' || $key == 'exam_pass' || $key == 'marks' || $key == 'email' || $key == 'mobile' || $key == 'dob' || $key=='course_id' || $key=='center_id' || $key=='photo' || $key=='transection_id' || $key=='status') continue; echo ''; } ?>
Student Enrollment Verification
Institute Name
Warning: Undefined variable $center in /home/u766730722/domains/sagt.in/public_html/enrollment_verification.php on line 31

Warning: Trying to access array offset on value of type null in /home/u766730722/domains/sagt.in/public_html/enrollment_verification.php on line 31
'.ucwords(str_replace('_',' ',$key)).' '.$value.'
Course
Warning: Undefined variable $course in /home/u766730722/domains/sagt.in/public_html/enrollment_verification.php on line 43

Warning: Trying to access array offset on value of type null in /home/u766730722/domains/sagt.in/public_html/enrollment_verification.php on line 43
Invalid Enrollment No. OR Date of birth!
'; } } ?>

ENROLLMENT VERIFICATION

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