Server IP : 68.178.168.24 / Your IP : 3.148.241.210 Web Server : Apache System : Linux 24.168.178.68.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64 User : realcarecert ( 1247) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/realcarecert/www/ |
Upload File : |
<?php include ('include/header.php'); ?> <!--=========== breadcrumb Section Start =========--> <div class="sc-breadcrumb-style sc-pt-80 sc-pb-80"> <div class="container position-relative"> <div class="row"> <div class="col-lg-12"> <div class="sc-slider-content p-z-idex"> <div class="sc-slider-subtitle">Home - Testimonial </div> <h1 class="slider-title white-color sc-mb-25 sc-sm-mb-15"> Testimonial </h1> </div> </div> </div> </div> </div> <!--=========== breadcrumb Section End =========--> <!--=========== about Section Start =========--> <!--=========== about Section End =========--> <!--=========== Working Process section Start =========--> <section class="sc-testimonial-section-three pt-80 pb-150 mt-0" > <div class=""> <div class="container"> <div class="row"> <?php $showdata="SELECT * FROM `tbl_banner` WHERE `banner_type`='6'"; $showresult = mysqli_query($link,$showdata); while($result = mysqli_fetch_array($showresult)) { ?> <div class="col-lg-4 matgssgnews1" > <div class="sc-test-item"> <div class="sc-testimonial-text"> <a href="#"><img src="assets/images/icons/quote.png" alt="Blog"></a> <p class="des"> <?=$result['banner_link'];?> </p> </div> <div class="sc-auother-text d-flex align-items-center"> <div class="sc-auother-header"> <h5><?=$result['banner_name'];?></h5> <!-- <span class="sub-title">Senior Project Manager</span> --> </div> </div> </div> </div> <?php } ?> </div> </div> </div> </section> <!-- start why choose us section--> <!-- end why choose us section --> <!--=========== blog section End =========--> <?php include ('include/footer.php'); ?>Private