require_once 'includes/header.php'; // print_r($_SESSION['center']['id']); $get = $con->query("SELECT * FROM centers where id = '".$_SESSION['center']['id']."'")->fetch_assoc(); $s = $con->query("SELECT * FROM states where id = '".$get['state_id']."'")->fetch_assoc(); $c = $con->query("SELECT * FROM city where id = '".$get['city_id']."'")->fetch_assoc(); $t = $con->query("SELECT * FROM franchisee_transections where id = '".$get['transection_id']."'")->fetch_assoc(); $result = $con->query("SELECT count(*) as total_students FROM students WHERE center_id = '".$_SESSION['center']['id']."'"); $row = $result->fetch_assoc(); $totalStudents = $row['total_students']; if($_POST['status'] == 'addFund'){ $data =[ 'type' => 'Add Fund (Center)', 'name' => $get['institute_name'], 'phone' => $get['contact_number'], 'email' =>$get['email_id'], 'custom_id' => $get['id'], 'amount' => $_POST['amount'], ]; $link = BASE_URL.'instamojo/pay.php?'.http_build_query($data); echo ""; } ?>
| Institute ID | =$get['center_number']?> |
|---|---|
| Institute Name | =$get['institute_name']?> |
| Institute Director Name | =$get['name']?> |
| Date of birth | =$get['dob']?> |
| Pan Card No. | =$get['pan_number']?> |
| Aadhar No. | =$get['aadhar_number']?> |
| Institute Address | =$get['center_full_address']?> |
| State | =$s['state_name']?> |
| Distric | =$c['city_name']?> |
| No. of Computers | =$get['no_of_computer_operator']?> |
| No. of class rooms | =$get['no_of_class_room']?> |
| Total Computers | =$get['total_computer']?> |
| Space of computer center | =$get['space_of_computer_center']?> |
| E-Mail ID | =$get['email_id']?> |
| Qualification of center head | =$get['qualification_of_center_head']?> |
| Staff Room | =$get['staff_room']?> |
| Water Supply | =$get['water_supply']?> |
| Toilet | =$get['toilet']?> |
| Reception | =$get['reception']?> |
| Username | =$get['username']?> |
| Photo |