Server IP : 103.53.40.154 / Your IP : 18.117.8.177 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/generalmotorsju.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- End Header --> <!-- page-banner-section ================================================== --> <section class="page-banner-section"> <div class="container"> <h1><?=ucwords(strtolower($pgHeading));?></h1> <ul class="page-depth"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li><a href="<?=$site_url?>/gallery.html"> <?=ucwords(strtolower($pgHeading));?> </a></li> </ul> </div> </section> <!-- End page-banner section --> <!-- services section ================================================== --> <?php $sql_testimonial=db_query("select * from tbl_testimonial where 1 and test_status='Active' order by rand() limit 0,2"); if(mysqli_num_rows($sql_testimonial)>0){ ?> <section style="margin-top:35px; margin-bottom:35px;"> <div class="container"> <div class="testimonial-box"> <ul style="list-style:none;"> <?php while($TEST_DATA=mysqli_fetch_array($sql_testimonial)){ @extract($TEST_DATA); $i++; ?> <li style="border:1px solid #C7FF5E; background:#F9FFEC; padding:0; margin:0; padding:10px; margin-bottom:25px;"> <h2 style="font-size:22px; color:#629700;"><?=$TEST_DATA['test_given_by']?></h2> <span style="font-size:14px;">- <?=$TEST_DATA['test_comp_name']?></span> <p><?=$TEST_DATA['test_description']?></p> </li> <? } ?> </ul> </div> </div> </section> <? } ?> <!-- End services section --> <!-- footer ================================================== --> <?php include("site-footer.php");?>