]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
u893294702
/
domains
/
stxaviersbalasore.com
/
public_html
/
Upload FileeE
HOME
<?php include("header.php"); ?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-white-8" data-bg-img="images/bg/bg6.jpg"> <div class="container pt-60 pb-60"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12 text-center"> <h2 class="title"> Photo Gallery</h2> </div> </div> </div> </div> </section> <section> <div class="container"> <div class="row"> <div class="col-md-12"> <!-- End Portfolio Gallery Grid --> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope default-animation-effect grid-5 gutter-small clearfix" data-lightbox="gallery"> <!-- Portfolio Item Start --> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM gallerytab"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <div class="gallery-item"> <a href="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox="gallery-item" title="<?php echo $row['nimg']; ?>"><img src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt=""></a> </div> <?php } } else { echo "No Records Found"; } ?> </div> </div> </div> </section> </div> <!-- end main-content --> <!-- Footer --> <?php include("footer.php"); ?>