MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.83
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/arkkagency/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/arkkagency/gallery.php
<?php
include("Admin/Includes/db.php");
	
?>
<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->



<head>
<?php include 'includes/title.php';?>

</head>

<body>
	<!--[if lt IE 9]>
		<div class="bg-danger text-center">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" class="color-main">upgrade your browser</a> to improve your experience.</div>
	<![endif]-->

	<!--<div class="preloader">-->
	<!--	<div class="preloader_image"></div>-->
	<!--</div>-->

	<!-- search modal -->
	

	<!-- Unyson messages modal -->
	<div class="modal fade" tabindex="-1" role="dialog" id="messages_modal">
		<div class="fw-messages-wrap ls p-normal">
			<!-- Uncomment this UL with LI to show messages in modal popup to your user: -->
			<!--
		<ul class="list-unstyled">
			<li>Message To User</li>
		</ul>
		-->

		</div>
	</div>
	<!-- eof .modal -->

	<!-- wrappers for visual page editor and boxed version of template -->
	<div id="canvas">
		<div id="box_wrapper">

			<!-- template sections -->


			<!--topline section visible only on small screens|-->


		<?php include 'includes/header.php';?>
			<section class="page_title cs gradientvertical-background s-py-25 brardcumcss">
				<div class="container">
					<div class="row">

						<!--<div class="divider-50"></div>-->

						<div class="col-md-12 text-center">
							<h1 class="">Gallery </h1>
							<ol class="breadcrumb">
								<li class="breadcrumb-item">
									<a href="index.php">Home</a>
								</li>

								<li class="breadcrumb-item active">
									Gallery 
								</li>
							</ol>
						</div>

						<div class="divider-50"></div>

					</div>
				</div>
			</section>


			<section class="s-pt-15 s-pb-50 pb-10">
				<div class="container">
					<div class="row">

						<div class="d-none d-lg-block divider-100"></div>

						<div class="col-lg-12">



							<div class="row isotope-wrapper masonry-layout c-mb-30 gallery-image-regular" data-filters=".gallery-filters">
                                <?php
                                                $count = 1;
                                                $sql = "select * from tbl_gallery ";
                                                $sql_res = mysqli_query($con, $sql) or die(mysqli_error($con));
                                                while ($sql_row = mysqli_fetch_assoc($sql_res)){ 
                                                    $image = $sql_row['img'];
                                                   
                                                    
                                                    ?>
								<div class="col-xl-4 col-sm-6 innovations corporate">
									<div class="vertical-item item-gallery content-absolute text-center ds">
										<div class="item-media">
											<img src="Admin/gallery/<?php echo $image; ?>" alt="" style="height: 233px;">
											<div class="media-links">
												<div class="links-wrap">
													<a class="link-zoom photoswipe-link" title="" href="Admin/gallery/<?php echo $image; ?>"></a>
													<!--<a class="link-anchor" title="" href="gallery-single.html"></a>-->
												</div>
											</div>
										</div>
										<div class="item-content gradientdarken-background">
											<h4>
												<a href="javascript:void(0)"><?php echo $sql_row['name']; ?></a>
											</h4>
										</div>
									</div>
								</div>
                              <?php } ?>
							</div>
							<!-- .isotope-wrapper-->

							<!--<div class="row gallery">-->
							<!--	<div class="col-sm-12 text-center">-->
							<!--		<a href="#" class="btn btn-outline-darkgrey">Load More</a>-->
							<!--	</div>-->
							<!--</div>-->

						</div>

						<div class="d-none d-lg-block divider-100"></div>
					</div>

				</div>
			</section>

	<?php include 'includes/footer.php';?>


		</div>
		<!-- eof #box_wrapper -->
	</div>
	<!-- eof #canvas -->


	<script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/compressed.js"></script>
	<script src="js/main.js"></script>


</body>



</html>

MMCT - 2023