MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.217.208.220
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  ]

Current File : /home2/ppcad7no/ltbuildcon.com/index-recent-project.php
        <!--============== Recent 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">
                                <h2 class="d-table">Recent Prjects</h2>
                            </div>
                            <!--<a href="projects.php" class="btn-link text-secondary hover-text-primary transation ms-auto">More Properties &gt;</a>-->
                        </div>
                    </div>
                </div>
                <div class="row row-cols-md-3 row-cols-1 g-4">
                    <?php  
                        $sqlpd = "SELECT * FROM `tbl_product` ORDER BY `p_id` DESC LIMIT 6";
                        $runpd = mysqli_query($db,$sqlpd) or die("Query Not run");
                        while($datapd = mysqli_fetch_assoc($runpd)){
                    ?>
                    <div class="col">
                        <!-- Property Grid --> 
                        <div class="property-grid-1 property-block bg-light transation-this">
                            <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>
                                <a href="<?php echo $wspath?>property-detail<?php echo $datapd['slug_link']?>.html" class="listing-ctg text-white"><i class="fa-solid fa-building"></i><span>Apartment</span></a>
                                
                            </div>
                            <div class="property_text p-4">
                                <!-- <span class="listing-price">$1850<small> ( Monthly )</small></span> -->
                                <h5 class="listing-title"><a href="<?php echo $wspath?>property-detail<?php echo $datapd['slug_link']?>.html"><?php echo $datapd['product_name']?></a></h5>
                                <span class="listing-location"><i class="fas fa-map-marker-alt"></i> <?php echo $datapd['type']?></span>
                                
                            </div>
                            <div class="d-flex align-items-center post-meta mt-2 py-3 px-4 border-top">
                                <div class="agent">
                                     <button style="margin: auto;display: block; background: black;color: white;" onclick="popup()">Enquiry Now</button>
                                </div>
                               
                            </div>
                        </div>
                    </div>
                    <?php } ?>
                    </div>
                </div>
            </div>
        </div>
        <!--============== Recent Property End ==============-->

MMCT - 2023