Server IP : 103.53.40.154 / Your IP : 52.14.209.100 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/fastelevator.in/../pilingdrillingservices.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); ?> <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Our Certificates | Verma Borewell</title> <meta name="description" content="Explore our certificate page to view our accomplishments and certifications. We're proud of our expertise and commitment to quality." /> <!-- .....top links..... --> <?php include 'toplink.php'?> <?php include 'header.php'?> <!--.....hem....--> <section style="height:150px;width:100%;background-image:url("im")" class="hem img-fluid"> <div class="container"> <div class="row"> <div style="padding-top:50px" class="col text-center "> <a href="<?php echo $wspath?>"> Home </a> <h1 style="color:white">Our Certificates</h1> </div> </div> </div> </section> <section class="certificates"> <div class="container"> <div class="row"> <?php $sqlcer = "SELECT * FROM `tb_certificates` ORDER BY id"; $runcer = mysqli_query($db,$sqlcer) or die("Query Not run"); while($datacer = mysqli_fetch_assoc($runcer)){ if(mysqli_num_rows($runcer) > 0){ ?> <div class="file"> <img class="col-6" src="<?php echo $wspath?>image/certificates/<?php echo $datacer['image']?>" alt="Certificate Verma Borewell"> </div> <?php }else{ echo "<h1>No Data Found</h1>"; } } ?> </div> </div> </section> <!--.....hem..end..--> <?php // include 'form.php'; ?> <?php include 'area.php'?> <?php include 'footer.php'?>