X7ROOT File Manager
Current Path:
/home/u126090504/domains/apexodisha.in/public_html
home
/
u126090504
/
domains
/
apexodisha.in
/
public_html
/
📁
..
📄
.htaccess
(2.11 KB)
📁
admin
📁
apex-academy
📄
cleanup_README.txt
(1.25 KB)
📄
competitive.php
(15.01 KB)
📄
computer-education.php
(11.49 KB)
📄
contact.php
(6.06 KB)
📄
contactdb.php
(796 B)
📁
css
📄
facilities.php
(10.83 KB)
📁
fonts
📄
footer.php
(3.84 KB)
📄
franchise-benifits.php
(8.4 KB)
📁
gallery
📄
gallery.php
(1.99 KB)
📄
header.php
(5.18 KB)
📁
images
📄
index.php
(15.93 KB)
📁
js
📄
mmabpd.sql
(6.05 KB)
📁
nita
📁
pdf
📄
peret.php
(266.87 KB)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📁
syllabus
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-white-5" data-bg-img="images/bg/bg4.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" style="color:#f45661;">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"> <?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"> <a href="admin/galleryimages/<?php echo $row['fileimg']; ?>" data-lightbox="gallery-item" title="APEX ACADEMY"><img src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="APEX ACADEMY"></a> </div> <?php } } else { echo "No Records Found"; } ?> </div> </div> </div> </section> </div> <!-- end main-content --> <?php include("footer.php"); ?>
Upload File
Create Folder