UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
get_room_details.php
<?php require_once "config.php"; $identifier= $_POST['identifier']; if($identifier=="1") { $query =mysqli_query($conn,"SELECT DISTINCT roomcategory FROM roominfotb where isdeleted='".$gnotdeleted."'"); while($row=mysqli_fetch_array($query)) { $result[] = array( 'tid' => $row['roomcategory'], 'tname' => $row['roomcategory'], ); } } else if($identifier=="2") { $query =mysqli_query($conn,"SELECT DISTINCT roomsubcategory FROM roominfotb where isdeleted='".$gnotdeleted."'"); while($row=mysqli_fetch_array($query)) { $result[] = array( 'tid' => $row['roomsubcategory'], 'tname' => $row['roomsubcategory'], ); } } else if($identifier=="3") { $query =mysqli_query($conn,"SELECT DISTINCT buildingfloor FROM roominfotb where isdeleted='".$gnotdeleted."'"); while($row=mysqli_fetch_array($query)) { $result[] = array( 'tid' => $row['buildingfloor'], 'tname' => $row['buildingfloor'], ); } } else if($identifier=="4") { $query =mysqli_query($conn,"SELECT DISTINCT roomno FROM roominfotb where isdeleted='".$gnotdeleted."'"); while($row=mysqli_fetch_array($query)) { $result[] = array( 'tid' => $row['roomno'], 'tname' => $row['roomno'], ); } } echo json_encode($result); ?>
Copyright © 2025 - UnknownSec