UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/
prescription
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
get_prescription.php
<?php require_once "../config.php"; $flag=false; // $uhid= $_POST['uhid']; $opdno= $_POST['opdno']; $query = "select * from prescriptiontb where visitid='".$opdno."' "; $result = mysqli_query($conn, $query); while ($row=mysqli_fetch_array($result)) { $flag=true; $res[] = array( 'type' => $row['type'], 'medicine' => $row['medicine'], 'dosage' => $row['dosage'], 'dosageremark' => $row['dosageremark'], 'timing' => $row['timing'], 'frequency' => $row['frequency'], 'duration' => $row['duration'], 'notes' => $row['notes'], ); } if($flag==false) { $res[] = array( 'type' => "", 'medicine' => "", 'dosage' => "", 'dosageremark' => "", 'timing' => "", 'frequency' => "", 'duration' => "", 'notes' => "" ); } echo json_encode($res); ?>
Copyright © 2025 - UnknownSec