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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/aircraftelevators.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(mysql_num_rows($sql_testimonial)>0){		 
?>
<section class="clients-testimonials">
  <div class="container">
    <h2 class="text-heading text-center">Client's Testimonials</h2>
  </div>
  <div class="container">
    <div id="testimonials" class="testi-slider testi-dark text-center">
      <div class="testimonials quote color-white">
        <?php 
			  while($TEST_DATA=mysql_fetch_array($sql_testimonial)){
              @extract($TEST_DATA);
              ?>
        <div class="col-md-4 item">
          <blockquote>
            <p><i class="fa fa-quote-left"></i> <?=$TEST_DATA['test_description'];?> <i class="fa fa-quote-right"></i> </p>
          </blockquote>
          <div class="carousel-info"> 
          
          
          <?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']?>" class="pull-left img-thumbnail">
              <? } ?>
            <div class="pull-left"> <span class="testimonials-name"><?=$TEST_DATA['test_given_by']?></span> <span class="testimonials-post"><?=$TEST_DATA['test_comp_name']?></span> </div>
          </div>
        </div>
        <? } ?>
      </div>      
    </div>
  </div>
</section>
<? } ?>

MMCT - 2023