require_once 'includes/header.php'; echo front_header_navigarion('ENROLLMENT VERIFICATION'); if($_POST['status']=='enrollment_verification') { $get = $con->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(); ?>
| 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 |