X7ROOT File Manager
Current Path:
/home/u126090504/domains/abhiramgroup.org.in/public_html
home
/
u126090504
/
domains
/
abhiramgroup.org.in
/
public_html
/
📁
..
📄
.htaccess
(1.13 KB)
📄
ADCA-profile.php
(13.15 KB)
📄
Advance-Tally-profile.php
(13.71 KB)
📄
BCO-profile.php
(12.75 KB)
📄
COA-profile.php
(12.7 KB)
📄
DCP-profile.php
(12.74 KB)
📄
General-Tally-profile.php
(12.64 KB)
📄
abhiram-tutorial.php
(12.54 KB)
📄
abhiram.sql
(5.35 KB)
📄
abhiramgroup.zip
(120.55 MB)
📄
about-us.php
(12.27 KB)
📁
admin
📄
bba.php
(10.3 KB)
📄
bca.php
(10.25 KB)
📄
cleanup_README.txt
(1.25 KB)
📄
contact-us.php
(6.52 KB)
📄
contactdb.php
(796 B)
📄
courses.php
(24.83 KB)
📁
css
📄
dca-profile.php
(12.87 KB)
📄
director's-message.php
(18.56 KB)
📄
dmlt.php
(14.76 KB)
📄
facilities.php
(14.32 KB)
📄
faculties.php
(4.2 KB)
📁
fonts
📄
footer.php
(3.97 KB)
📄
gallery.php
(5.36 KB)
📄
header.php
(11.18 KB)
📁
images
📄
index.php
(51.28 KB)
📁
js
📄
message-from-chairman-finance.php
(4.75 KB)
📄
message-from-chairman.php
(4.94 KB)
📄
message-from-director-administration.php
(4.54 KB)
📄
message-from-director-admission.php
(4.62 KB)
📄
message-from-principal.php
(4.76 KB)
📄
message-from-vice-principal.php
(4.68 KB)
📁
oca-sambalpur
📁
pdf
📄
pgdca-profile.php
(13.06 KB)
📁
revolution
📄
secure_upload.php
(2.87 KB)
📄
showpath.php
(107 B)
📄
students-testimonials.php
(4.29 KB)
Editing: faculties.php
<?php include("header.php"); ?><!--header end--> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h2 class="title">Faculties</h2> </div> <div class="breadcrumb-wrapper"> <span> <a title="Homepage" href="index.php">Home</a> </span> <span class="ttm-bread-sep"> > </span> <span class="current">Faculties</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!--grid-section--> <section class="ttm-row grid-section clearfix"> <div class="container"> <div class="row"> <div class="ttm-box-col-wrapper col-lg-3 col-md-3 col-sm-6"> <?php require 'admin/database/dbconfig.php'; $query = "SELECT * FROM fboard"; $query_run = mysqli_query($connection, $query); $check_img = mysqli_num_rows($query_run) > 0; if ($check_img) { while ($row = mysqli_fetch_array($query_run)) { ?> <!-- featured-imagebox-team --> <div class="featured-imagebox featured-imagebox-team"> <div class="ttm-team-box-view-overlay"> <div class="featured-thumbnail"> <img class="img-fluid" src="admin/faculty/<?php echo $row['fimg']; ?>" alt="image"> </div> </div> <div class="featured-content featured-content-team"> <div class="featured-title"> <h5><?php echo $row['fname']; ?> </h5> </div> <div class="team-position">Rank: <?php echo $row['des']; ?></div> </div> </div><!-- featured-imagebox-team end--> <?php } } else { echo "No Records Found"; } ?> </div> </div><!-- row end --> </div> </section> <!--grid-section end--> </div><!--site-main end--> <!--footer start--> <?php include("footer.php"); ?> <!--footer end--> <!--back-to-top start--> <a id="totop" href="#top"> <i class="fa fa-angle-up"></i> </a> <!--back-to-top end--> </div><!-- page end --> <!-- Javascript --> <script src="js/jquery.min.js"></script> <script src="js/tether.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery-waypoints.js"></script> <script src="js/jquery-validate.js"></script> <script src="js/jquery.prettyPhoto.js"></script> <script src="js/slick.min.js"></script> <script src="js/numinate.min.js"></script> <script src="js/imagesloaded.min.js"></script> <script src="js/jquery-isotope.js"></script> <script src="js/main.js"></script> <!-- Javascript end--> </body> </html>
Upload File
Create Folder