MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.220.112.210
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/fozan.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/fozan.in/index-products.php
  <!--================== S-TOP-SALE ==================-->
  
	<section class="s-top-sale">
		<div class="container">
			<h2 class="title">Featured Products</h2>
			<div class="row product-cover">
			    <?php
                    // $mid=$datadt["m_id"];
                    $sql = "SELECT * FROM `tbl_services` LIMIT 8";
                    $run = mysqli_query($db,$sql) or die("Query Not run");
                    while($data = mysqli_fetch_assoc($run)){
                ?>
				<div class="col-sm-6 col-lg-3">
					<div class="product-item">
						<a href="<?php echo $wspath?>product<?php echo $data['slug_url']?>.html" class="product-img"><img class="rx-lazy" src="<?php echo $wspath?>admin/images/property-image/<?php echo $data["image"];?>" data-src="<?php echo $wspath?>admin/images/property-image/<?php echo $data["image"];?>" alt="<?php echo $data['name']?>"></a>
						<div class="product-item-cover">
							<h6 class="prod-title"><a href="<?php echo $wspath?>product<?php echo $data['slug_url']?>.html"><?php echo $data['name']?> <br><?php echo $data['m_id']?></a></h6>
							<!--<a href="#" class="btn"><span>buy now</span></a>-->
						</div>
					</div>
				</div>
				<?php } ?>
				
			</div>
		</div>
	</section>
	<!--================ S-TOP-SALE END ================-->

MMCT - 2023