MMCT TEAM
Server IP : 82.197.83.136  /  Your IP : 216.73.216.129
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/br-admin/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u163988420/domains/brshastrihospital.com/public_html/AACSITE/br-admin/../services.php
<?php include 'header.php'; ?>
<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">Our Services</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">Our Services</li>
              </ol>
            </nav>
          </div><!-- /.col-xl-6 -->
        </div><!-- /.row -->
      </div><!-- /.container -->
    </section><!-- /.page-title -->

    	<section class="shop-grid">
      <div class="container">
     
        <div class="row">

          <div class="col-sm-12 col-md-6 col-lg-12">
            
            <div class="row">
             <?php
          $sel = "SELECT * FROM services"; 
          $res = mysqli_query($con,$sel);
          while($r = mysqli_fetch_array($res))
          {
            ?>
              <div class="col-sm-6 col-md-3 col-lg-3">
             
                <div class="product-item">
                  <div class="product__img">
                    <img src=" br-admin/uploads/services/<?php echo $r[2]; ?>" alt="Product" style="height:250px;">
                    <div class="product__action">
                    </div>
                  </div>
                  <div class="product__info">
                    <h4 class="product__title"><a href="#"><?php echo $r[1]; ?></a></h4>
                    
                  </div><!-- /.product-content -->
                </div><!-- /.product-item -->
               
              </div><!-- /.col-lg-4 -->
              <?php
          }
        ?>

            </div><!-- /.row -->            
          </div><!-- /.col-lg-9 -->
        </div><!-- /.row -->
      </div><!-- /.container -->
    </section><!-- /.shop -->





















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

MMCT - 2023