Preview: gallery.php
Size: 864 B
/home/urbanman/hindustansecurity.in/gallery.php
<?php
error_reporting(0);
include("admin/common/app_function.php");
include("admin/config.php");
include("header.php");
//index_header($title);
?>
<br/>
<div>
<div class="container">
<h2>OUR GALLERY - Hindustan Security & Intelligence Service</h2>
<div class="row">
<br>
<div class="row" >
<?php
$r_gallery = sprintf("SELECT * from gallery");
$resdata_r_r_gallery = $conn->query($r_gallery);
while($row_resdata_r_gallery = mysqli_fetch_assoc($resdata_r_r_gallery)){?>
<div class="col-sm-3" style="padding:10px;margin-bottom:-15px;">
<img src="<?php echo "admin/".$uploadpath.$row_resdata_r_gallery['img']; ?>" class="img-fluid" style="width:360px;height:230px;border:2px solid #ddd;" alt="First slide" >
</div>
<?php } ?>
</div>
</div>
</div>
<BR/><BR/><BR/>
<?php include("footer.php");?>
Directory Contents
Dirs: 7 × Files: 22