Viewing File: /home/quiczmwg/solixproperties.org/property_listings.php
<div class="tab-content">
<div id="tab-1" class="tab-pane fade show p-0 active">
<div class="row g-4">
<?php
$select_products = mysqli_query($conn, "SELECT * FROM `rentals` ");
if (mysqli_num_rows($select_products) > 0) {
while ($row = mysqli_fetch_assoc($select_products)){
?>
<!-- <div class="row g-4"> -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="property-item rounded overflow-hidden">
<div class="position-relative overflow-hidden">
<a href=""><img class="img-fluid" src="img/property-1.jpg" alt=""></a>
<div class="bg-primary rounded text-white position-absolute start-0 top-0 m-4 py-1 px-3">For Rent</div>
<div class="bg-white rounded-top text-primary position-absolute start-0 bottom-0 mx-4 pt-1 px-3">Appartment</div>
</div>
<div class="p-4 pb-0">
<h5 class="text-primary mb-3">$<? echo number_format ($row['price'],);?></h5>
<a class="d-block h5 mb-2" href="">Apartment For Rent</a>
<p><i class="fa fa-map-marker-alt text-primary me-2"></i>123 Street, New York, USA</p>
</div>
<div class="d-flex border-top">
<small class="flex-fill text-center border-end py-2"><i class="fa fa-ruler-combined text-primary me-2"></i><? echo html_entity_decode($row['heights']);?> Sqft</small>
<small class="flex-fill text-center border-end py-2"><i class="fa fa-bed text-primary me-2"></i><? echo html_entity_decode($row['bedroom_category']);?> Bed</small>
<small class="flex-fill text-center py-2"><i class="fa fa-bath text-primary me-2"></i><? echo html_entity_decode($row['baths']);?> Bath</small>
</div>
</div>
</div>
<!-- </div> -->
<?php
} // End of while loop
} // End of if condition
?>
<div class="col-12 text-center wow fadeInUp" data-wow-delay="0.1s">
<a class="btn btn-primary py-3 px-5" href="">Browse More Property</a>
</div>
</div>
</div>
<div id="tab-2" class="tab-pane fade show p-0">
<div class="row g-4">
<div class="tab-content">
<div id="tab-1" class="tab-pane fade show p-0 active">
<div class="row g-4">
<?php
$select_products = mysqli_query($conn, "SELECT * FROM `rentals` ");
if (mysqli_num_rows($select_products) > 0) {
while ($row = mysqli_fetch_assoc($select_products)){
?>
<!-- <div class="row g-4"> -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="property-item rounded overflow-hidden">
<div class="position-relative overflow-hidden">
<a href=""><img class="img-fluid" src="img/property-1.jpg" alt=""></a>
<div class="bg-primary rounded text-white position-absolute start-0 top-0 m-4 py-1 px-3">For Rent</div>
<div class="bg-white rounded-top text-primary position-absolute start-0 bottom-0 mx-4 pt-1 px-3">Apartment</div>
</div>
<div class="p-4 pb-0">
<h5 class="text-primary mb-3">$<? echo number_format ($row['price'],);?></h5>
<a class="d-block h5 mb-2" href="">Apartment For Rent</a>
<p><i class="fa fa-map-marker-alt text-primary me-2"></i>123 Street, New York, USA</p>
</div>
<div class="d-flex border-top">
<small class="flex-fill text-center border-end py-2"><i class="fa fa-ruler-combined text-primary me-2"></i><? echo html_entity_decode($row['heights']);?> Sqft</small>
<small class="flex-fill text-center border-end py-2"><i class="fa fa-bed text-primary me-2"></i><? echo html_entity_decode($row['bedroom_category']);?> Bed</small>
<small class="flex-fill text-center py-2"><i class="fa fa-bath text-primary me-2"></i><? echo html_entity_decode($row['baths']);?> Bath</small>
</div>
</div>
</div>
<!-- </div> -->
<?php
} // End of while loop
} // End of if condition
?>
<div class="col-12 text-center">
<a class="btn btn-primary py-3 px-5" href="">Browse More Property</a>
</div>
</div>
</div>
<div id="tab-3" class="tab-pane fade show p-0">
<div class="row g-4">
<div class="tab-content">
<div id="tab-1" class="tab-pane fade show p-0 active">
<div class="row g-4">
<?php
$select_products = mysqli_query($conn, "SELECT * FROM `rentals` ");
if (mysqli_num_rows($select_products) > 0) {
while ($row = mysqli_fetch_assoc($select_products)){
?>
<!-- <div class="row g-4"> -->
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="property-item rounded overflow-hidden">
<div class="position-relative overflow-hidden">
<a href=""><img class="img-fluid" src="img/property-1.jpg" alt=""></a>
<div class="bg-primary rounded text-white position-absolute start-0 top-0 m-4 py-1 px-3">For Rent</div>
<div class="bg-white rounded-top text-primary position-absolute start-0 bottom-0 mx-4 pt-1 px-3">Apartment</div>
</div>
<div class="p-4 pb-0">
<h5 class="text-primary mb-3">$<? echo number_format ($row['price'],);?></h5>
<a class="d-block h5 mb-2" href="">Apartment For Rent</a>
<p><i class="fa fa-map-marker-alt text-primary me-2"></i>123 Street, New York, USA</p>
</div>
<div class="d-flex border-top">
<small class="flex-fill text-center border-end py-2"><i class="fa fa-ruler-combined text-primary me-2"></i><? echo html_entity_decode($row['heights']);?> Sqft</small>
<small class="flex-fill text-center border-end py-2"><i class="fa fa-bed text-primary me-2"></i><? echo html_entity_decode($row['bedroom_category']);?> Bed</small>
<small class="flex-fill text-center py-2"><i class="fa fa-bath text-primary me-2"></i><? echo html_entity_decode($row['baths']);?> Bath</small>
</div>
</div>
</div>
<!-- </div> -->
<?php
} // End of while loop
} // End of if condition
?>
Back to Directory
File Manager
<