Server IP : 108.170.25.35 / Your IP : 3.138.137.244 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : studio ( 1434) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/studio/domains/studio7eleven.com/public_html/ |
Upload File : |
<?php include'header.php';?> <?php include'navbar.php';?> <?php include'gfgdfgdfg/conn.php'?> <!--Page Title--> <section class="page-title gallery-bg"> <div class="auto-container"> <h2> Photo Gallery</h2> <ul class="page-breadcrumb"> <li><a href="index.php">Home</a></li> <li>Photo Gallery</li> </ul> </div> </section> <!-- Project Section --> <section class="project-section-two full-gallery"> <div class="auto-container"> <div class="sec-title text-center"> <span class="float-text make-tit">Gallery</span> <h2>Photography <span>Gallery</span></h2> </div> <!--MixitUp Galery--> <div class="mixitup-gallery"> <!--Filter--> <div class="filters clearfix"> <ul class="filter-tabs filter-btns clearfix"> <li class="active filter" data-role="button" data-filter="*">All</li> <?php $sql=mysqli_query($conn,"SELECT * FROM gallery_category"); while($row=mysqli_fetch_array($sql)){ $sentence = $row['category']; $filter=strtok($sentence, " "); ?> <li class="filter" data-role="button" data-filter=".<?php echo $filter; ?>"><?php echo $row['category']; ?></li> <?php } ?> </ul> </div> <div class="filter-list row"> <?php $sql1=mysqli_query($conn,"SELECT a.*,b.* FROM gallery_category AS a, gallery AS b WHERE a.id=b.cid"); while($row1=mysqli_fetch_array($sql1)){ $sentence1 = $row1['category']; $filter1=strtok($sentence1, " "); ?> <!-- Portfolio Block--> <div class="project-block-two mix all <?php echo $filter1; ?> col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="image-box"> <figure class="image"><a href="gfgdfgdfg/<?php echo $row1['image'];?>" class="lightbox-image" data-fancybox="gallery"><img src="admin/<?php echo $row1['image'];?>" alt=""></a></figure> <div class="caption-box"> <h3><a href="index.php#Appointment"> Book Now</a></h3> </div> </div> </div> </div> <?php } ?> <!-- Portfolio Block <div class="project-block-two mix all salon col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="image-box"> <figure class="image"><a href="img/gal-10.jpeg" class="lightbox-image" data-fancybox="gallery"><img src="img/gal-10.jpeg" alt=""></a></figure> <div class="caption-box"> <h3><a href="index.php#Appointment"> Book Now</a></h3> </div> </div> </div> </div> <!-- Portfolio Block <div class="project-block-two mix all haircut col-lg-4 col-md-6 col-sm-12"> <div class="inner-box"> <div class="image-box"> <figure class="image"><a href="img/gal-9.jpeg" class="lightbox-image" data-fancybox="gallery"><img src="img/gal-9.jpeg" alt=""></a></figure> <div class="caption-box"> <h3><a href="index.php#Appointment"> Book Now</a></h3> </div> </div> </div> </div>--> </div> </div> </div> </section> <!-- End Projects Section --> <?php include'footer.php';?>