MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home2/imyrqtmy/public_html/vssvclinic/Admin/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/vssvclinic/Admin/view_detail2.php
<?php
session_start();
$se = $_SESSION["id"];
if (!isset($_SESSION['id'])) {
    header("Location: login.php");
}
include("Includes/db.php");;
 
 $pid = $_GET['did'];

 $user = "SELECT * FROM `tbl_payment` WHERE patient_id = '$pid' ";
$user_r = mysqli_query($con,$user);

$row = mysqli_fetch_array($user_r);
$patient_id = $row['patient_id'];
$docter_id = $row['docter_id'];
$added_on = $row['added_on'];

$u = "SELECT * FROM `tbl_paitant` WHERE id = '$patient_id' ";
$us = mysqli_query($con,$u);

$row1 = mysqli_fetch_array($us);

 $uu = "SELECT * FROM `tbl_admin` WHERE id='$docter_id'";
        $ur = mysqli_query($con,$uu);
        $uw = mysqli_fetch_array($ur);
        



?>

<!doctype html>
<html lang="en">
<head>
        <style>
            .vl {
  border-left: 6px solid #D15455;
  height: 500px;
}
        </style>
     <?php include 'Includes/head.php'; ?>

    </head>

    <body data-sidebar="dark">

    <!-- <body data-layout="horizontal" data-topbar="dark"> -->

        <!-- Begin page -->
        <div id="layout-wrapper">

            
            <?php include 'Includes/header.php'; ?>

            <!-- ========== Left Sidebar Start ========== -->
            <div class="vertical-menu">

                <div data-simplebar class="h-100">

                    <!--- Sidemenu -->
                   <?php include 'Includes/sidebar.php'; ?>
                    <!-- Sidebar -->
                </div>
            </div>
            <!-- Left Sidebar End -->

            

            <!-- ============================================================== -->
            <!-- Start right Content here -->
            <!-- ============================================================== -->
             <div class="main-content">

                <div class="page-content">
                    <div class="container-fluid">

                        <!-- start page title -->
                        <div class="row">
                            <div class="col-12">
                                <div class="page-title-box d-sm-flex align-items-center justify-content-between">
                                    <h4 class="mb-sm-0 font-size-18">Detail</h4>

                                    <!-- <div class="page-title-right">
                                        <ol class="breadcrumb m-0">
                                            <li class="breadcrumb-item"><a href="javascript: void(0);">Invoices</a></li>
                                            <li class="breadcrumb-item active">Detail</li>
                                        </ol>
                                    </div> -->

                                </div>
                            </div>
                        </div>
                        <!-- end page title -->

                        <div class="row">
                            <div class="col-lg-12">
                                <div class="card">
                                    <div class="card-body" >
                                        <div class="invoice-title"  >
                                               <div style="border-bottom: 1px solid;">
                                                 <div class="md-4"  >
                                                      <img src="../images/vaidshyam.png" alt="logo" height="97"/ style="padding-top: 3px;position: absolute;padding-left: 0px;"  >
                                                   </div>
                                                 <div class="md-4"  >
                                                   <h2 class=" font-size-14" style="padding-left: 180px; padding-bottom: 40px;  padding-top: 33px;font-weight: bold;">Vaid Shyam Sunder Vats Ayurvedic Clinic & Research Centre</h2>  
                                                  

                                                   </div>
                                                 </div>
                                        </div>
                                        
                                        <div class="row p-2" style="border-bottom: 1px solid;">
                                            
                                            <table class="table table-nowrap">
                                                <thead>
                                                   
                                                </thead>
                                                <tbody>
                                                    <tr>
                                                        <td style="border-bottom-width: 0px;"> <strong> Doctor Name :</strong> </h6> DR. S.K VATS </td>
                                                        <td style="border-bottom-width: 0px;"> <strong> Prescription NO :</strong> <?php echo $row['order_id']; ?></td>
                                                        
                                                    </tr>
                                                    
                                                    <tr>
                                                        <td style="border-bottom-width: 0px;"></td>
                                                        <td style="border-bottom-width: 0px;"> <strong> Date : </strong><?php echo $row['added_on']; ?> </td>
                                                        
                                                        
                                                    </tr>

                                                   
                                                </tbody>
                                            </table>
                                            
                                        </div>
                                        <div class="row" style="border-bottom: 1px solid;">
                                            
                                            <table class="table table-nowrap">
                                                <thead>
                                                   
                                                </thead>
                                                <tbody>
                                                    <tr>
                                                        <td style="border-bottom-width: 0px;"><strong> Patient Name :</strong> <?php echo $row1['name'];  ?> </td>
                                                   
                                                         <td style="border-bottom-width: 0px;"><strong>Age : </strong><?php echo $row1['age'];  ?></td> 
                                                        
                                                    </tr>
                                                    
                                                    <tr>
                                                <td style="border-bottom-width: 0px;"><strong> Phone : </strong> <?php echo $row1['mobile']; ?></td>
                                                        <td style="border-bottom-width: 0px;"> <strong> Address : </strong><?php echo $row1['address']; ?> </td>
                                                        
                                                        
                                                    </tr>

                                                   
                                                </tbody>
                                            </table>
                                            
                                        </div>
                                        
                                        
                                         <div class="row" style="border-bottom: 1px solid; padding-top: 9px;
                                            padding-bottom: 0px;">
                                             <table class="table table-nowrap">
                                                <thead>
                                                   
                                                </thead>
                                                <tbody>
                                                    <tr>
                                                       <td style="border-bottom-width: 0px;"><strong>Date : </strong> </td>
                                                        <td style="border-bottom-width: 0px;">   </td>
                                                         <td style="border-bottom-width: 0px;">   </td> <td style="border-bottom-width: 0px;">   </td>
                                                    <td style="border-bottom-width: 0px; border-left: 1px solid; height: 415px;"> </td>
                                                    <td style="border-bottom-width: 0px;"><strong>Treatment : </strong>   </td>
                                                        <td style="border-bottom-width: 0px;">   </td>
                                                <td style="border-bottom-width: 0px; "><img src="../images/vaidshyam.png" alt="logo" height="280"/ style="opacity:0.4; padding-top:70px ;"> </td>
                                                     
                                                        
                                                        <td style="border-bottom-width: 0px;">   </td>
                                                         <td style="border-bottom-width: 0px;">   </td>
                                                        <td style="border-bottom-width: 0px;">   </td> <td style="border-bottom-width: 0px;">   </td>
                                                        <td style="border-bottom-width: 0px;">   </td>
                                                              </td><td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td>
                                                              <td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td>
                                                              <td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td>
                                                              <td style="border-bottom-width: 0px;"> </td>
                                                              <td style="border-bottom-width: 0px;">  </td>
                                                               <td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td>
                                                              <td style="border-bottom-width: 0px;">  </td><td style="border-bottom-width: 0px;">  </td>
                                                              <td style="border-bottom-width: 0px;">  </td>
                                                              <td style="border-bottom-width: 0px;">  </td>
                                                              
                                                    </tr>
                                                 </tbody>
                                            </table>
                                            
                                        </div>
                                        
                                        
                                        <div class="row" >
                                            
                                            <table style="width: 100%;max-width: 100%;margin-bottom: 20px;border-collapse: collapse;">
                                                <thead>
                                                   
                                                </thead>
                                                <tbody>
                                                    <tr>
                                                        <!--<td style="border-bottom-width: 0px;"><strong>+91 6262373771<br> +91 9212010935</strong>   </td>-->
                                                        <!--  <td style="border-bottom-width: 0px;"><strong>vssvclinic@gmail.com</strong></td>-->
                                                          
                                                        <!--<td style="border-bottom-width: 0px;"><strong>A-935, Mangolpuri near Mangolpuri A-block <br> post wali gali, New Delhi-110083 <br> Open Hours: Mon - Sat 4.00pm - 9.00pm, Sun 9:00am - 9:00pm(Mangolpuri)</strong>   </td> <br>-->
                                                        <!--   <td style="border-bottom-width: 0px;"><strong>House no -1072, Near karala Stadium, <br> New Delhi-110081 <br> Open Hours: Mon - Sat 8am to 9:30 am(Karala)</strong></td> <td style="border-bottom-width: 0px;"><strong> </strong></td>-->
                                                    <td  style="width: 20%;padding: 8px;line-height: 1.42857143;vertical-align: top;">
                                                     
                                                       
                                                           
                                                                <strong>+91 6262010119</strong><br>
                                                                <strong>+91 9212010935</strong><br>  
                                                                
                                                            
                                                     
                                                    </td> 
                                                    
                                                    <td  style="width: 20%;padding: 8px;line-height: 1.42857143;vertical-align: top;">
                                                     
                                                       
                                                            <ul>
                                                                <strong>vssvclinic@gmail.com</strong>
                                                                
                                                                
                                                            </ul>
                                                     
                                                    </td>
                                                    
                                                    <td  style="width: 30%;padding: 8px;line-height: 1.42857143;vertical-align: top;">
                                                     
                                                       <strong>A-935,Mangolpuri,Near A-Block <br> Post office  Mangolpuri ,New Delhi -110083 <br> Open Hours: Mon - Sat 4.00pm - 9.00pm, Sun 9:00am - 9:00pm(Mangolpuri)</strong>
                                                           
                                                     
                                                    </td>
                                                    <td  style="width: 30%;padding: 8px;line-height: 1.42857143;vertical-align: top;">
                                                     
                                                       <strong>House no -1072, Near karala Stadium, <br> New Delhi-110081 <br> Open Hours: Mon - Sat 8am to 9:30 am(Karala)</strong>
                                                           
                                                     
                                                    </td>
                                                    </tr>
                                                    
                                                    <tr>
                                                  
                                                        
                                                    </tr>

                                                   
                                                </tbody>
                                            </table>
                                            
                                        </div>
                                         
                                       
                                        <div class="d-print-none">
                                            <div class="float-end">
                                                <a href="javascript:window.print()" class="btn btn-success waves-effect waves-light me-1"><i class="fa fa-print"></i></a>
                                               
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <!-- end row -->

                    </div> <!-- container-fluid -->
                </div>
                <!-- End Page-content -->

                
                 <footer class="footer">
                     <?php include 'Includes/footer.php'; ?>
                </footer>
            </div>
            <!-- end main content-->

        </div>
        <!-- END layout-wrapper -->

        <!-- Right Sidebar -->
        
        <!-- /Right-bar -->

        <!-- Right bar overlay-->
        <div class="rightbar-overlay"></div>

     
        <?php include 'Includes/bscript.php'; ?>
    </body>

</html>

MMCT - 2023