Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.15.229.111
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/show_Evaluate_patient.php
<h3 align='center'>Evaluation</h3>
<table id='example2' class='table table-bordered table-hover'>
<?php
  	$sql ="SELECT * FROM Evaluate_patient WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
if($rs[Hospital_plans] == 'on'){
    echo " <tr><td width='50%'>Patient and Hospital made plans to review their decision in the future :</td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Patient and Hospital made plans to review their decision in the future : </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[implementing_decision] == 'on'){
    echo " <tr><td width='50%'>Hospital worked with patient to help them manage barriers to implementing their decision : </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Hospital worked with patient to help them manage barriers to implementing their decision : </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";

}
}
?>

</table>

Anon7 - 2022
AnonSec Team