Server IP : 103.53.40.154 / Your IP : 3.12.36.45 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/automationpowersolutions.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<head> <?php include 'headlink.php';?> <style> .certi{ margin-top: 80px; margin-bottom: 40px; display: block; margin-left: auto; margin-right: auto; width: 100%; } </style> </head> <?php include 'header.php';?> <section> <div class="container"> <div> <div class="row"> <?php include_once('admin/config.php'); $sql2 = "SELECT * FROM `tb_certificates`"; $run2 = mysqli_query($db,$sql2) or die("Query Not run"); while($data2 = mysqli_fetch_assoc($run2)){ ?> <div class="col-md-3"> <a target="_blank" href="images/certificates/<?php echo $data2['image']?>"> <img src="images/certificates/<?php echo $data2['image']?>" class="certi image-fluid"> </a> </div> <?php } ?> </div> </div> </div> </section> <?php include 'footer.php' ?>