Server IP : 103.53.40.154 / Your IP : 3.15.14.245 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/../bsaec.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <head> <meta charset="utf-8"> <title>Baba Saheb Ambedkar Education Center</title> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="" name="keywords"> <meta content="" name="description"> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!-- Page Header Start --> <div class="container-fluid page-header pt-2 my-6 mt-0 wow fadeIn" data-wow-delay="0.1s"> <div class="container text-center"> <h1 class="display-4 text-white animated slideInDown mb-4">Gallery</h1> <nav aria-label="breadcrumb animated slideInDown"> <ol class="breadcrumb justify-content-center mb-0"> <li class=""><a class="text-white" href="index.php">Home </a></li> <span class="mx-3"> |</span> <li style="color:white !important" class=" text-primary active" aria-current="page">Gallery</li> </ol> </nav> </div> </div> <!-- Page Header End --> <!-- Courses Start --> <div class="container-xxl courses pb-0"> <div class="container"> <div class="row"> <?php include ('admin/config.php'); $sql3 = "SELECT * FROM `tb9_gallery_photo`"; $run3= mysqli_query($db,$sql3) or die("Query Not run"); while($data3 = mysqli_fetch_assoc($run3)){ ?> <div class="col-lg-3 col-md-3 col-sm-12"> <img class="img-fluid" src="img/<?php echo $data3['image']?>" alt="<?php echo $data3['image']?>"> </div> <?php }?> </div> </div> </div> <!-- Courses End --> <?php include 'form.php';?> <?php include 'footer.php';?>