File "companiesworldwide.php"

Full path: /home/fsibplc/public_html/New folder/08/section/events section/companiesworldwide.php
File size: 1.14 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

			<!-- companies-worldwide-start-->

			<section class="hm-companies">

				<div class="companies-worldwide">

					<div class="container">

						<div class="row">

							<div class="col-12">

								<div class="entry-title text-center">

									<h6 class="title">Our Clients</h6>

								</div>

								<div class="our-client">

								<!--for dynamic -->

								<?php

								 

								//	$slug = mysqli_real_escape_string($con, $_GET['title']);

									 $services = "SELECT * FROM gallery WHERE category_id = 13";

									$services_run = mysqli_query($con, $services);



									if (mysqli_num_rows($services_run) > 0) {



										foreach ($services_run as $serviceitem) {

								?>





								    <div class="item">

								    	<img src="uploads/gallery/<?=$serviceitem['image'];?>" class="img-fluid" alt="">

								    </div>

								     



								<!--dynamic end-->

									<?php }

									} else {

									?>

									<h4>No Such Image Found</h4>

									<?php

									}?>    				











								</div>

							</div>

						</div>

					</div>

				</div>

			</section>

			<!-- companies-worldwide-end-->