Server IP : 103.53.40.154 / Your IP : 18.226.17.251 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/uttamnagarproperties.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="row"> <div class="col-md-4 col-sm-6"> <div><div class="text-center" style="color:#F90;"><i class="fa fa-hand-o-right"></i> <strong>Looking Space For Rent</strong></div></div> <div style="width:345px; margin:7px auto; background-color:#FCFCFC; border:1px dashed #F0F0F0;"> <div class="list-wrpaaer" style="height:380px"> <ul class="list-aggregate" id="marquee-vertical"> <?php $prptySql = db_query("select * from tbl_posted_properties where 1 and posted_properties_status='Approved' and posted_properties_rent_sale='For Rent' $addQuery"); if(mysqli_num_rows($prptySql)>0){ while($PRPTYDATA = mysqli_fetch_array($prptySql)){ ?> <li> <a href="property-detail.php?main_property_id=<?=$PRPTYDATA['posted_properties_id'];?>"><?=$PRPTYDATA['posted_properties_title'];?> <p> <span class="price text-primary"><i class="fa fa-inr"></i> <?=$PRPTYDATA['posted_properties_price']?> <?=$PRPTYDATA['posted_properties_price_postfix']?></span><br> <span class="text-danger"> <?=$PRPTYDATA['posted_properties_address'];?></span> </p></a> </li> <? }} ?> </ul> </div> <!-- list-wrpaaer --> </div> </div> <div class="col-md-4 col-sm-6 "> <div><div class="text-center" style="color:#F90;"><i class="fa fa-hand-o-right"></i> <strong>Looking Properties To Buy</strong></div> </div> <div style="width:345px; margin:7px auto; background-color:#FCFCFC; border:1px dashed #F0F0F0;"> <div class="list-wrpaaer" style="height:380px"> <ul class="list-aggregate" id="marquee-vertical1"> <?php $proptySql = db_query("select * from tbl_posted_properties where 1 and posted_properties_status='Approved' and posted_properties_rent_sale='For Sale' $addQuery"); if(mysqli_num_rows($proptySql)>0){ while($PRODATA = mysqli_fetch_array($proptySql)){ ?> <li> <a href="property-detail.php?main_property_id=<?=$PRODATA['posted_properties_id'];?>"><?=$PRODATA['posted_properties_title'];?> <p> <span class="price text-primary"><i class="fa fa-inr"></i> <?=$PRODATA['posted_properties_price']?> <?=$PRODATA['posted_properties_price_postfix']?></span><br> <span class="text-danger"> <?=$PRODATA['posted_properties_address'];?></span> </p></a> </li> <? }} ?> </ul> </div> <!-- list-wrpaaer --> </div> </div> <div class="col-md-4 col-sm-6 "> <div><div class="text-center" style="color:#F90;"><i class="fa fa-hand-o-right"></i> <strong>Looking Builders For Collaboration</strong></div></div> <div style="width:345px; margin:7px auto; background-color:#FCFCFC; border:1px dashed #F0F0F0;"> <div class="list-wrpaaer" style="height:380px"> <ul class="list-aggregate" id="marquee-vertical2"> <li> <a href="">Breaking News 1</a> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> </li> </ul> </div> <!-- list-wrpaaer --> </div> </div> </div>