Server IP : 103.53.40.154 / Your IP : 18.188.227.64 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/comfortaircon.co/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Certificate - Comfort Aircon</title> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!--=========================== Start Breadcrumb ===========================--> <section class="breadcrumb_section text-center section_padding"> <ul class="breadcrumb"> <li><a href="index.php">Home</a></li> <li> Certificates</li> </ul> <h1>Certificates</h1> </section><!--end .breadcrumb_section--> <!--=========================== End Breadcrumb ===========================--> <section class="certificates-images"> <div class="container"> <div class="row"> <?php $sqlcer = "SELECT * FROM `tbl_gallery`"; $runcer = mysqli_query($db,$sqlcer) or die("Query Not run"); while($datacer = mysqli_fetch_assoc($runcer)){ ?> <div style="margin:15px 0px" class="col-md-3"> <div class="certi-img"> <a href="admin/images/gallery/<?php echo $datacer['image']?>" target="blank"><img class="img-fluid" style="width:100%;height:400px;box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;" src="admin/images/gallery/<?php echo $datacer['image']?>"> </a> </div> </div> <?php }?> </div> </div> </section> <?php include 'footer.php';?>