MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 52.15.238.221
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/products.php
<?php
include_once('admin/config.php');
?>
<!DOCTYPE html>
<html lang="zxx">

<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<?php include "head-links.php";?>
	
	<title>Buy Bicycle Frame Manufacturer in Ghaziabad</title>
    <meta name="description" content="Fozan is one of the most trusted bicycle frame brands in India. Check out many amazing designs, stylish, comfortable, and durable bicycle frames online.">
</head>

<body id="home" class="inner-scroll">
    
	<?php include "header.php";?>
	
	<!-- ================ HEADER-TITLE ================ -->
	<section class="s-header-title">
		<div class="container">
			<h1>Products</h1>
			<ul class="breadcrambs">
				<li><a href="<?php echo $wspath?>">Home</a></li>
				<li>Products</li>
			</ul>
		</div>
	</section>
	<!-- ============== HEADER-TITLE END ============== -->
	
	<!--================== Products Start ==================-->
  
	<section class="s-top-sale">
		<div class="container">
			<h2 class="title">Our Products</h2>
			<div class="row product-cover">
			    <?php
                    $sql = "SELECT * FROM `tbl_services`";
                    $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>
	<!--================ Products END ================-->
	
	<?php include "footer.php";?>
	
</body>
</html>

MMCT - 2023