Server IP : 103.53.40.154 / Your IP : 3.144.108.200 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/nextvisioneducation.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="testimonial-sec pt-100 pb-100"> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="testimonial-text"> <span class="tst-sbtitle">What Our Clints Says</span> <div class="sec-title"> <h1><span>Client</span> Review</h1> </div> <p>Next Vision Computer: Empowering individuals with essential computer skills through expert training in Excel, Tally, and diverse computer courses. Unleash your potential with our comprehensive and tailored learning solutions.</p> <!--<a href="#">See All</a>--> </div> </div> <div class="col-md-8 no-padding"> <div class="all-testimonial2"> <?php $sqlt = "SELECT * FROM testimonial"; $queryt = mysqli_query($db,$sqlt); while($datates = mysqli_fetch_assoc($queryt)){ if($datates > 0){ ?> <div class="single-testimonial2"> <p><?php echo $datates['review'] ?></p> <div class="testimonial2"> <div class="inner"> <div class="client-info"> <h2><?php echo $datates['name'] ?></h2> <!-- <h3>Ceo & Founder</h3> --> </div> </div> <div class="inner"> <div class="testimonial2-client-img"> <img src="<?php echo $wspath ?>admin/images/testimonial/<?php echo $datates['image'] ?>" alt /> </div> </div> </div> </div> <?php } }?> </div> </div> </div> </div> </div>