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/eventsbyshubhchintak/vendor/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <?php include 'includes/db-conn.inc.php'; include'includes/head.php'; ?> <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css"> </head> <body> <div id="preloader"> <div id="status"> </div> </div> <!--TOP SEARCH SECTION--> <section class="dir-pa-sp-top dir-pa-sp-top-bg" style="margin-top: 23px;"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="hom-cre-acc-left"> <div class="com-title"> <h2><span style="font-size: 29px;">Enquiry List</span></h2> </div> <div> <table class="table table-bordered table-striped"> <tr> <th>Name</th> <th>Mobile</th> <th>City</th> <th>Date</th> </tr> <?php $i=1; $sql=mysqli_query($conn,"select * from tbl_promotion_enquiry ORDER BY id asc")or die(mysqli_error()); while($row=mysqli_fetch_assoc($sql)) {extract($row) ?> <tr> <td><?php echo $name;?></td> <td><?php echo $mobile;?></td> <td><?php echo $city;?></td> <td><?php echo $date;?></td> </tr> <?php }?> </table> </div> </div> </div> </div> </div> </section> <!--MOBILE APP--> <!--FOOTER SECTION--> <!--COPY RIGHTS--> <section class="copy"> <!--SCRIPT FILES--> <script src="js\jquery.min.js"></script> <script src="js\bootstrap.js" type="text/javascript"></script> <script src="js\materialize.min.js" type="text/javascript"></script> <script src="js\custom.js"></script> </body> </html>