|
Server IP : 82.197.83.136 / Your IP : 216.73.216.174 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u163988420 ( 163988420) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u163988420/domains/../domains/acmajmer.in/../awskotra.in/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include('header.php');?>
<!-- Start Page Banner -->
<div class="page-banner-area">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="page-banner-content">
<h2>Our Gallery</h2>
<ul>
<li>
<a href="awskotra.php">Home</a>
</li>
<li> Our Gallery</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Page Banner -->
<div class="gallery-area pt-100 pb-70">
<div class="container">
<div class="row">
<?php
$sel = "SELECT * FROM gallery";
$res = mysqli_query($con,$sel);
while($r = mysqli_fetch_array($res))
{
?>
<div class="col-lg-4 col-md-6">
<div class="single-gallery-box">
<img src="admin_panel/upload/gallery/<?php echo $r[1]; ?>" alt="image" style="height: 250px;width:500px">
<a href="admin_panel/upload/gallery/<?php echo $r[1]; ?>" style="height: 250px;width:500px" class="gallery-btn" data-imagelightbox="popup-btn">
<i class='bx bx-search-alt'></i>
</a>
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
<!-- End Gallery Area -->
<?php include('footer.php');?>