ok
Direktori : /proc/thread-self/root/home2/selectio/www/pvmatricschool.com/ |
Current File : //proc/thread-self/root/home2/selectio/www/pvmatricschool.com/scout.php |
<?php include "header.php";?> <style> .ttm-page-title-row{ background: white; } </style> <!-- page-title --> <div class="ttm-page-title-row"> <div class="ttm-page-title-row-inner ttm-textcolor-white"> <div class="container"> </div> </div> </div><!-- page-title end--> <div class="site-main"> <!--grid-section--> <section class="ttm-row grid-section clearfix"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <div class="page-title-heading"> <h2 class="title" style="Color:black;">Scout</h2> </div> </div> </div> <!-- row --> <div class="row"> <?php $i=0; $statement = $pdo->prepare("SELECT * FROM tbl_photo where type='SCOUT'"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($result as $row) { ?> <div class="ttm-box-col-wrapper col-lg-4 col-md-4 col-sm-6"> <!-- featured-imagebox-post --> <div class="featured-imagebox featured-imagebox-post style1"> <div class="ttm-post-thumbnail featured-thumbnail"> <img class="img-fluid" src="dashboard/assets/uploads/<?=$row['photo']?>" alt="image"> </div> </div><!-- featured-imagebox-post end--> </div> <?php } ?> </div><!-- row end --> </div> </section> <!--grid-section end--> </div><!--site-main end--> <?php include "footer.php";?>