Server IP : 108.170.25.35 / Your IP : 3.141.45.33 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 : brindhavan ( 1477) 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/brindhavan/public_html/ |
Upload File : |
<?php include 'header.php';?> <?php include 'navbar.php';?> <section class="page-titles comman"> <div class="auto-container"> <h2 class="font1">Gallery</h2> </div> </section> <div class="breadcrumb-outer"> <div class="auto-container"> <ul class="bread-crumb text-center"> <li><a href="index.php">Home</a> <span class="fa fa-angle-right"></span></li> <li>Gallery</li> </ul> </div> </div> <!-- Portfolio::Section --> <section class="portfolio overlayer overlayer-white parallax" data-bg-image="img/bg/leaf-background.jpg"> <div class="container pbn rel"> <div class="section-title"> <div class="row"> <div class="col-md-6 col-md-offset-3 text-center"> <h2 class="small-line-center font1 green">Our Gallery</h2> </div> </div> </div> </div> <div class="container ptn"> <div class="section-wrap"> <div class="row clearfix"> <div class="portfolio-filter-item mb30 text-center"> <ul class="portfolio-filter"> <li class="active"><a href="#" data-filter="*">All Projects</a></li> <?php include 'bfrtYyuzqhPkRrwz/connect.php'; $sql=mysqli_query($conn,"SELECT * FROM gallery_category"); while($row=mysqli_fetch_array($sql)){ $sentence = $row['category']; $filter=strtok($sentence, " "); ?> <li><a href="#" data-filter=".<?php echo $filter; ?>"><?php echo $row['category']; ?></a></li> <?php } ?> </ul> </div> <div class="portfolio col-3 gutter mtn portfolio-masonry "> <?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, " "); ?> <div class="portfolio-item default-gallery-item style_2 <?php echo $filter1;?> "> <div class="inner-box"> <!--Image Box--> <figure class="image-box"> <img src="bfrtYyuzqhPkRrwz/<?php echo $row1['image'];?>" alt="" class="img-responsive"> <a href="bfrtYyuzqhPkRrwz/<?php echo $row1['image'];?>" class="lightbox-image image-link" title="<?php echo $row1['content'];?>"><span class="icofont icofont-plus-circle"></span></a> </figure> <!--Overlay Box--> </div> </div> <?php } ?> </div> <!-- <div class="text-center"><a href="#" class="btn theme-btn mt40">View More </a></div> --> </div> </div> </div> </section> <!-- Portfolio::Section End --> <?php include 'footer.php';?>