X7ROOT File Manager
Current Path:
/home/u126090504/domains/cecodisha.in/public_html
home
/
u126090504
/
domains
/
cecodisha.in
/
public_html
/
📁
..
📄
.htaccess
(3.86 KB)
📁
admin
📁
assets
📄
cecedu.sql
(5.85 KB)
📄
cleanup_README.txt
(1.25 KB)
📄
computer-course.php
(17.63 KB)
📄
contact.php
(6.29 KB)
📄
director's-message.php
(4.94 KB)
📄
facilities.php
(14.59 KB)
📄
footer.php
(8.05 KB)
📄
gallery.php
(2.6 KB)
📄
header.php
(6.68 KB)
📄
index.php
(103.61 KB)
📄
peret.php
(266.87 KB)
📄
robots.txt
(66 B)
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
Editing: gallery.php
<?php include("header.php"); ?> <div class="stricky-header stricked-menu main-menu main-header-two"> <div class="sticky-header__content"></div><!-- /.sticky-header__content --> </div><!-- /.stricky-header --> <section class="page-header page-header--bg-two" data-jarallax data-speed="0.3" data-imgPosition="50% -100%"> <div class="page-header__bg jarallax-img"></div><!-- /.page-header-bg --> <div class="page-header__overlay"></div><!-- /.page-header-overlay --> <div class="container text-center"> <h2 class="page-header__title">Gallery</h2><!-- /.page-title --> <ul class="page-header__breadcrumb list-unstyled"> <li><a href="index-2.html">Home</a></li> <li><span>Gallery</span></li> </ul><!-- /.page-breadcrumb list-unstyled --> </div><!-- /.container --> </section><!-- /.page-header --> <!-- gallery-start --> <section class="gallery-page"> <div class="container"> <div class="row"> <!-- gallery-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="col-lg-4 col-md-6"> <div class="gallery-page__single"> <img src="admin/galleryimages/<?php echo $row['fileimg']; ?>" alt="eduact"> <div class="gallery-page__icon"> <a class="img-popup" href="admin/galleryimages/<?php echo $row['fileimg']; ?>"></a> </div> </div> </div> <?php } } else { echo "No Records Found"; } ?> <!-- gallery-item-end --> </div> </div> </section> <!-- gallery-end--> <?php include("footer.php"); ?>
Upload File
Create Folder