MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.16.75.156
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/activesports.co.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/activesports.co.in/testimonial.php
<!-- Testimonial area -->
    <div class="section section-padding bg-img overly-style-1 opacity-point-7" style="background-image:url(<?php echo $wspath?>assets/images/bg/bg-1.jpg)">
        <div class="container">
            <div class="section-title text-center mb-lg-9 mb-md-7 mb-5">
                <h2 class="title white">WHAT <span> CLIENTS</span> SAY?</h2>
                <p class="white">Client's Perspective: "Clear and Concise Section Headings for Enhanced Organization and Ease of Navigation.".</p>
            </div>
            <div class="testimonial-active swiper">
                <div class="swiper-wrapper">
                    <?php               
                        $sqltest = "SELECT * FROM `tbl_testimonial`";
                        $runtest = mysqli_query($db,$sqltest) or die("Query Not run");
                        while($datatest = mysqli_fetch_assoc($runtest)){
                    ?>
                    <div class="swiper-slide">
                        <div class="single-testimonial-wrapper">
                            <div class="testimonial-img-title">
                                <div class="testimonial-img">
                                    <img src="<?php echo $wspath?>admin/images/property-image/<?php echo $datatest['test_image'];?>" alt="<?php echo $datatest['test_name'];?>">
                                </div>
                                <div class="testimonial-title">
                                    <h4><?php echo $datatest['test_name'];?></h4>
                                    <!--<span>Ui/UX Designer</span>-->
                                </div>
                            </div>
                            <p><?php echo $datatest['test_desc'];?></p>
                            <div class="quote">
                                <i class="fa fa-quote-left"></i>
                            </div>
                        </div>
                    </div>
                    <?php } ?>
                </div>
            </div>
        </div>
    </div>

MMCT - 2023