Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 3.145.168.84 Web Server : LiteSpeed System : Linux in-mum-web1261.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u200767797 ( 200767797) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u200767797/domains/entecmedia.com/../indosati.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <!-- meta tags --> <meta charset="utf-8"> <meta name="keywords" content="bootstrap 5, premium, multipurpose, sass, scss, saas, rtl, Laboratory, medical" /> <meta name="description" content="Laboratory & Science Research HTML5 Template" /> <meta name="author" content="www.themeht.com" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Title --> <title><?php echo $_GET['cat'] ?></title> <!-- favicon icon --> <link rel="shortcut icon" href="images/favicon.ico" /> <!-- inject css start --> <!--== bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <!--== fonts --> <link href="https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!--== animate --> <link href="css/animate.css" rel="stylesheet" type="text/css" /> <!--== line-awesome --> <link href="css/line-awesome.min.css" rel="stylesheet" type="text/css" /> <!--== magnific-popup --> <link href="css/magnific-popup.css" rel="stylesheet" type="text/css" /> <!--== owl.carousel --> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css" /> <!--== lightslider --> <link href="css/lightslider.min.css" rel="stylesheet" type="text/css" /> <!--== base --> <link href="css/base.css" rel="stylesheet" type="text/css" /> <!--== shortcodes --> <link href="css/shortcodes.css" rel="stylesheet" type="text/css" /> <!--== spacing --> <link href="css/spacing.css" rel="stylesheet" type="text/css" /> <!--== style --> <link href="css/style.css" rel="stylesheet" type="text/css" /> <!--== color-customizer --> <!-- inject css end --> </head> <body> <!-- page wrapper start --> <div class="page-wrapper"> <!-- preloader start --> <?php include('header.php')?> <section class="page-title parallaxie" data-bg-img="images/bg/06.jpg"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="white-bg p-md-5 p-3 d-inline-block"> <h1 class="text-theme"><?php echo $_GET['cat'] ?> <span class="text-black"></span></h1> <nav aria-label="breadcrumb" class="page-breadcrumb border-top border-light pt-3 mt-3"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.html"><i class="las la-home me-1"></i>Home</a> </li> <li class="breadcrumb-item">Pages </li> <li class="breadcrumb-item active" aria-current="page"><?php echo $_GET['cat'] ?></li> </ol> </nav> </div> </div> </div> </div> </section> <!--page title end--> <!--body content start--> <div class="page-content"> <!--product grid start--> <section> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-12 order-lg-1"> <div class="row mb-4 align-items-center"> </div> <div class="row"> <?php include('connection.php'); $cat = $_GET['cat']; $cate=mysqli_query($con,"SELECT * FROM `products` where `category` = '$cat' order by id desc"); $a=0; while($row=mysqli_fetch_array($cate)){ $a++; $id=$row['id']; $name=$row['name']; $ques=$row['category']; // $sb=$row['sub_category']; $images=$row['images']; $pdf=$row['pdf']; $descr=$row['description']; $pi=$row['pid']; $path = $base.'admin/dist/include/pdfs/'.$pdf; $img = $base.'admin/dist/include/uploads/'.$images; ?> <div class="col-lg-4 col-sm-6"> <div class="card product-card rounded-0"> <div class="product-img position-relative overflow-hidden"> <img class="img-fluid" src="<?php echo $img ?>" alt="..."> </div> <div class="card-body"> <div class="product-title"><a href="product-detail.php?product=<?php echo $id ?>"><?php echo $name ?></a> </div> </div> </div> </div> <?php } ?> </div> </div> <div class="col-lg-3 col-md-12 sidebar mt-6 mt-lg-0"> <div class="widget product-categories widget-categories mb-4 p-4 border"> <h4 class="widget-title mb-3">Categories</h4> <ul class="list-unstyled list-group list-group-flush"> <?php include('connection.php'); $cate=mysqli_query($con,"SELECT * FROM `categories` order by id desc"); while($row=mysqli_fetch_array($cate)){ $ct=$row['category']; $cate2=mysqli_query($con,"SELECT * FROM `products` where `category` = '$ct' order by id desc"); $products = mysqli_num_rows($cate2); ?> <li class="mb-3"> <a class="text-black border-0" href="products.php?cat=<?php echo $ct ?>"> <?php echo $ct ?> <span class="ms-1">(<?php echo $products ?>)</span> </a> </li> <?php } ?> </ul> </div> <div class="white-bg p-md-3 shadow-sm"> <div class="section-title mt-6"> <h2 class="title">Send Query</h2> <p class="mb-0">Any Question or Remarks ? Just Write Us a Message!</p> </div> <form id="contact-form" class="row" method="post" action="https://themeht.com/template/labortech/html/php/contact.php"> <div id="formmessage"></div> <div class="form-group col-md-12"> <input id="form_name" type="text" name="name" class="form-control" placeholder="Name" required="required"> </div> <div class="form-group col-md-12"> <input id="form_email" type="email" name="email" class="form-control" placeholder="Email" required="required"> </div> <div class="form-group col-md-12"> <input id="form_phone" type="tel" name="phone" class="form-control" placeholder="Phone" required="required"> </div> <div class="form-group col-md-12"> <select name="select" class="form-select form-control"> <option>- Choose Service</option> <option>Pathology</option> <option>Diabetes</option> <option>Chemical</option> </select> </div> <div class="form-group col-md-12"> <textarea id="form_message" name="message" class="form-control" placeholder="Message" rows="3" required="required"></textarea> </div> <div class="col-md-12 text-center mt-4"> <button class="btn btn-theme"><span>Send Messages</span> </button> </div> </form> </div> </div> </div> </div> </section> <!--product grid end--> </div> <!--team end--> <!--footer start--> <?php include('footer.php');?> <!--footer end--> </div> <!--color-customizer end--> <!--back-to-top start--> <div class="scroll-top"><a class="smoothscroll" href="#top"><i class="las la-location-arrow"></i></a></div> <!--back-to-top end--> <!-- inject js start --> <!--== jquery --> <script src="js/theme.js"></script> <!--== theme-plugin --> <script src="js/theme-plugin.js"></script> <!--== color-customize --> <script src="js/color-customize/color-customizer.js"></script> <!--== theme-script --> <script src="js/theme-script.js"></script> <!-- inject js end --> </body>