]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
u893294702
/
domains
/
xavierschool.org.in
/
public_html
/
Upload FileeE
HOME
<?php include ("admin/include/header.php"); ?> <body class=""> <div id="wrapper" class="clearfix"> <!-- preloader --> <!-- Header --> <!-- Start main-content --> <div class="main-content"> <!-- Section: inner-header --> <section class="inner-header divider parallax layer-overlay overlay-white-1" data-bg-img="images/bg/slide3.jpg"> <div class="container pt-60 pb-60"> <!-- Section Content --> <div class="section-content"> <div class="row"> <div class="col-sm-8 text-left flip xs-text-center"> <h2 class="title" style="font-size:19px; color:white;">OUR ACHIEVERS</h2> </div> </div> </div> </div> </section> <br/> <br/> <!-- Section: About --> <!-- 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"> Rank: <?php echo $row['des']; ?> </h6> <h6 class="sub-title m-0"> Percentage: <?php echo $row['exp']; ?> </h6> <h6 class="sub-title m-0"> Year: <?php echo $row['qual']; ?> </h6> </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 --> <!-- Footer --> <?php include("admin/include/footer.php"); ?>