Sindbad~EG File Manager
<!doctype html>
<html class="no-js" lang="en">
<?php include 'head.php'; ?>
<body>
<?php include 'header.php'; ?>
<?php
include('admin/dbconfig.php');
$stmt = $DB_con->prepare('SELECT * FROM tbl_dyn_pg_gal ORDER BY userID DESC');
$stmt->execute();
?>
<!-- team section -->
<section class=" " id="gallery">
<div class="container">
<h3>Gallery</h3>
<div class="row">
<?php
if($stmt->rowCount() > 0)
{
while($row=$stmt->fetch(PDO::FETCH_ASSOC))
{
extract($row);
?>
<div class="col-md-6 col-lg-4 mt-3">
<a class="thumbnail" href="#" data-image-id="" data-toggle="modal" data-title=""
data-image="dyn/gal/<?php echo $row['aimg'];?>"
data-target="#image-gallery">
<div class="xs-single-team imbs" style="background-image: url(../demo/dyn/gal/<?php echo $row['aimg'];?>);">
</div><!-- .xs-single-team END -->
<div class="xs-team-content bg-purple hab">
<h6><?php echo $row['a1'];?></h6>
</div><!-- .xs-team-content END -->
</a>
</div>
<?php
}
}
else
{
?>
<tr>
<td> No Data Found ...</td>
</tr>
<?php
}
?>
<div class="modal fade" id="image-gallery" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="image-gallery-title"></h4>
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span>
</button>
</div>
<div class="modal-body">
<img id="image-gallery-image" class="img-responsive col-md-12" src="">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary float-left" id="show-previous-image"><i class="fa fa-arrow-left"></i>
</button>
<button type="button" id="show-next-image" class="btn btn-secondary float-right"><i class="fa fa-arrow-right"></i>
</button>
</div>
</div>
</div>
</div>
</div><!-- .row END -->
</div><!-- .container end -->
</section> <!-- End team section -->
<?php include 'donate.php'; ?>
<?php include 'footer.php'; ?>
</body>
<!-- Mirrored from demo.xpeedstudio.com/html/charitypress/index-v2.php by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 07 Aug 2020 20:53:31 GMT -->
</html>
<!-- footer section end -->
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists