/home3/vehiclea/public_html/sreemahadevgroup9/testimonials.php
<section class="ftco-section testimony-section bg-light">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 heading-section text-center ftco-animate">
<h2 class="mb-4">Testimonials</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8 ftco-animate">
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<?php
$select_testmonial = executework("SELECT * FROM testimonials");
while($testimonials = mysqli_fetch_array($select_testmonial)){
?>
<div class="item">
<div class="testimony-wrap py-4 pb-5">
<div class="user-img mb-4" style="background-image: url(Dashboard/<?= $testimonials['image']?>)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text text-center">
<p class="mb-4">
<?= $testimonials['content']?>
</p>
<a href="http://www.siimatechnologies.com/" target="_blank">
<h1 class="name"><?= $testimonials['name']?> <b style="color:skyblue;"><?= substr($testimonials['designation'],0,3)?></b></h5>
<span class="position" style="color:blue;"><?= substr($testimonials['designation'],4)?></span>
</a>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
@LwBee Strong Bypass
Upload File
Create New File