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: faculty.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"> Faculty</h2> </div> </div> </div> </div> </section> <!-- Section: Gallery --> <section id="gallery"> <div class="container pt-50 pb-30"> <div class="section-content"> <div class="row"> <div class="col-md-12"> <!-- Portfolio Gallery Grid --> <div id="grid" class="gallery-isotope grid-4 gutter clearfix"> <?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)) { ?> <!-- Portfolio Item Start --> <div class="gallery-item wheel"> <div class="work-gallery"> <div class="gallery-bottom-part text-center" style="text-align: left;"> <img class="img-fullwidth" alt="" src="admin/faculty/<?php echo $row['fimg']; ?>"> <h5 class="title text-uppercase text-center font-raleway font-weight-600 m-0"> <?php echo $row['fname']; ?> </h5> <h6 class="sub-title m-0"> Designation: <?php echo $row['des']; ?> </h6> <h6 class="sub-title m-0"> Experience: <?php echo $row['exp']; ?> </h6> <h6 class="sub-title m-0"> Qualifications: <?php echo $row['qual']; ?> </h6> <h6 class="sub-title m-0"> Specialization: <?php echo $row['specia']; ?> </h6> <h6 class="sub-title m-0"> <i class="fa fa-phone" style="font-size:18px"></i> <?php echo $row['mob']; ?> </h6> <h6 class="sub-title m-0"> <i class="fa fa-envelope"></i> <?php echo $row['email']; ?> </h6> </div> </div> </div> <!-- Portfolio Item End --> <?php } } else { echo "No Records Found"; } ?> </div> <!-- End Portfolio Gallery Grid --> </div> </div> </div> </div > </section> <?php include("footer.php"); ?>
Upload File
Create Folder