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

<?php
include("../../dbconnection.php");


$sql ="select * from diagnosis_timiline where diagnosis='$_GET[drmeid]'";
$qsql = mysqli_query($con,$sql);
$qsql2=mysqli_fetch_array($qsql);

    
     switch ($qsql2[diagnosis]) {
  case 'Delivery':
    echo"
    <table class='table table-hover table-bodered'>
    <tr>
    <td><lable>Mode</label></td>
    <td><select onchange='LSCS(this.value)'  name='mode' class='form-control'>
    <option value='' disabled selected>Mode </option>
    <option value='LSCS'>LSCS</option>
      <option value='Normal'>Normal </option>
        </select> 
        <div id='lscs'>
        </div></td>
    </tr>
    
     <tr>
    <td><lable>Outcome</label></td>
    <td>	<select onchange='Outcome(this.value)'  name='outcome' class='form-control'>
    <option value='' disabled selected>Outcome </option>
    <option value='Alive'>Alive</option>
      <option value='Death'>Death </option>
        </select> 
        
          <div id='Outcome'>
        </div></td>
    </tr>
    
    
     <tr>
    <td><label>complication</label></td>
    <td> <input type='text' name='complication' Placeholder='Complication' class='form-control'></td>
    </tr>
    </table>
    
    

     	
        
        
     
        
        
       
   ";
   break;
    case 'Abortion':
    echo"
     <table class='table table-hover table-bodered'>
    <tr>
    <td> <lable>Conducted</label></td>
    <td>
     	<select onchange='Outcome(this.value)'  name='conducted' class='form-control'>
    <option value='' disabled selected>Conducted </option>
    <option value='First Trimester'>First Trimester</option>
     <option value='Second Trimester'>Second Trimester</option>
       <option value='Third Trimester'>Third Trimester</option>
        </select> </td>
    </tr>
    
     <tr>
    <td><lable>Incident</label></td>
    <td><input type='text' name='incident' placeholder='Incident' class='form-control'></td>
    </tr>
    
    
     <tr>
    <td><lable>Mode</label></td>
    <td>	<select   name='mode' class='form-control'>
    <option value='' disabled selected>Mode </option>
    <option value='Medical Abortion'>Medical Abortion</option>
      <option value='Surgical Abortion'>Surgical Abortion </option>
        </select> </td>
    </tr>
    
    
      <tr>
    <td>  <lable>Outcome</label></td>
    <td>	<select   name='outcome' class='form-control'>
    <option value='' disabled selected>Outcome </option>
    <option value='Successful'> Successful</option>
      <option value=' Incomplete Abortion'> Incomplete Abortion </option>
       <option value='Infection'> Infection </option>
        <option value='Hemorrhage'> Hemorrhage </option>
            <option value='Damaged to Uterus'> Damaged to Uterus </option>
        
        </select> </td>
    </tr>
    
    
     <tr>
    <td><label>complication</label></td>
    <td> <input type='text' name='complication' Placeholder='Complication' class='form-control'></td>
    </tr>
    
    
    </table>
    
    
   



     
        
       
     
        

       
   ";
   break;
    default:
    echo "
    <table class='table table-hover table-bodered'>
    <tr>
    <td> <lable>Incident</label></td>
    <td><input type='text' name='incident' placeholder='Incident' required class='form-control'></td>
    </tr>
    
     <tr>
    <td> <label>complication</label></td>
    <td> <input type='text' name='complication' Placeholder='Complication' required class='form-control'></td>
    </tr>
    
    
    
    </table>
    
   ";


       
}


?>

Anon7 - 2022
AnonSec Team