MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.133.108.172
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/brmarketingindia.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/brmarketingindia.com/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){
?>
<div id="testimonial-section" class="ptb ptb-xs-60 gray-bg  mb50 " style="background:url(images/test002.png) no-repeat;" > 
    <div class="container">
      <div class="row" >
        <div class="col-sm-12">
          <div class="block-title mb-45 text-center light-color">
            <h2>testimonial</h2>
          </div>
          <div id="testimonial-2" class="nf-carousel-theme">
            
<?php
while($TEST_DATA=mysqli_fetch_array($sql_testimonial)){
@extract($TEST_DATA);
?>             
            <div class="about-block box-width light-color">
              <div class="text-content mb-45">
                <p><?=substr(strip_tags($TEST_DATA['test_description']),0,250)?></p>
              </div>
              <strong class="name-text "><?=$TEST_DATA['test_given_by']?></strong> <a href="Javascript:void(0)" class="site-text"><?=$TEST_DATA['test_comp_name']?></a> 


              </div>
<?php
}
?>
              
              
            
          </div>
        </div>
      </div>
    </div>
  </div>
<?php
}
?>

MMCT - 2023