Server IP : 103.53.40.154 / Your IP : 3.137.218.176 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/ltbuildcon.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!--============== Featured Property Start ==============--> <div class="full-row "> <div class="container"> <div class="row"> <div class="col mb-4"> <div class="align-items-center d-flex"> <div class="me-auto"> <h1 class="d-table">New Hot Deals</h1> </div> <!--<a href="projects.php" class="btn-link text-secondary hover-text-primary transation ms-auto">More Deals</a>--> </div> </div> </div> <div class="row"> <div class="col-12"> <div class="3block-carusel nav-disable owl-carousel"> <?php $sqlpd = "SELECT * FROM `tbl_product` ORDER BY `p_id` ASC LIMIT 6"; $runpd = mysqli_query($db,$sqlpd) or die("Query Not run"); while($datapd = mysqli_fetch_assoc($runpd)){ ?> <div class="item"> <div class="property-grid-2 property-block transation"> <div class="overflow-hidden position-relative transation thumbnail-img bg-secondary hover-img-zoom"> <div class="cata position-absolute"> <span class="sale bg-secondary text-white">For Sale</span> </div> <a href="<?php echo $wspath?>property-detail<?php echo $datapd['slug_link']?>.html"><img src="<?php echo $wspath?>admin/images/<?php echo $datapd['img1']?>" alt="<?php echo $datapd['product_name']?>"></a> </div> <div class="post-content py-3"> <div class="post-meta font-small text-uppercase list-color-primary"> <a href="<?php echo $wspath?>property-detail<?php echo $datapd['slug_link']?>.html" class="listing-ctg"><i class="fa-solid fa-building"></i><span>Villa</span></a> </div> <h5><a class="text-secondary" href="<?php echo $wspath?>property-detail<?php echo $datapd['slug_link']?>.html">Gorgeous Villa Bay View</a></h5> <span class="mb-3 d-block font-fifteen"><i class="fas fa-map-marker-alt text-primary"></i>New Delhi</span> </div> </div> </div> <?php } ?> </div> </div> </div> </div> </div> <!--============== Featured Property End ==============-->