/home3/vehiclea/public_html/kalyanidentalclinics/homeServices.php
<?php $services_data = services(); ?>
<section class="services-area pb-70">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="section-title-warp">
<span class="sub-title">
<i class="flaticon-hashtag-symbol"></i>
Our Best Dental Services
</span>
<h2>What We Do...!</h2>
</div>
</div>
</div>
<div class="row">
<?php
while($services = mysqli_fetch_array($services_data))
{
?>
<div class="col-lg-4 col-md-6">
<a href="single_services.php?id=<?= $services['id']?>">
<div class="single-services" >
<div class="services-image">
<img src="https://admin.kalyanidentalclinics.com/uploads/services/<?= $services['image']?>" alt="image" width="100%" height="250px">
</div>
<div class="services-content">
<h3> <a href="single_services.php?id=<?= $services['id']?>"><?= strtoupper($services['name']) ?></a></h3>
<p style="text-align:justify ;">It is generally recommended that everyone, including young children, visit the dentist twice every year.</p>
</div>
</div>
</a>
</div>
<?php } ?>
</div>
</div>
</section>
@LwBee Strong Bypass
Upload File
Create New File