Server IP : 162.214.80.37 / Your IP : 216.73.216.68 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/www/hghindustries/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("admin/includes/config.php"); ?> <!doctype html> <html class="no-js" lang="zxx"> <?php require "inc/head.php" ?> <body> <!-- mouse cursor drag start --> <div class="mouseCursor cursor-outer d-none"></div> <div class="mouseCursor cursor-inner"> <span class="innter-text-1 d-none">100% <br>Genuine Product</span> <span class="innter-text-2">Get<br>Schedule Now</span> </div> <!-- mouse cursor drag end --> <!-- back to top start --> <div class="back-to-top-wrapper"> <button id="back_to_top" type="button" class="back-to-top-btn"> <svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11 6L6 1L1 6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> <!-- back to top end --> <?php require "inc/header.php" ?> <main> <!-- breadcrumb area start --> <div class="breadcrumb__area breadcrumb__height grey-bg p-relative"> <div class="container"> <div class="row"> <div class="col-xxl-12"> <?php $id = $_GET['id']; $query = "SELECT * FROM products WHERE id = $id"; $query_run =mysqli_query($conn, $query); if(mysqli_num_rows($query_run) > 0){ foreach($query_run as $row){ ?> <div class="breadcrumb__content text-center z-index"> <div class="breadcrumb__list mb-10"> <span><a href="index.php">Home</a></span> <span class="dvdr">\</span> <span><?php echo $row['product_name']; ?></span> </div> <div class="breadcrumb__section-title-box mb-20"> <h3 class="breadcrumb__title"><?php echo $row['product_name']; ?></h3> </div> </div> <?php }} ?> </div> </div> </div> </div> <!-- breadcrumb area end --> <!-- project details area start --> <?php $id = $_GET['id']; $query = "SELECT * FROM products WHERE id = $id"; $query_run =mysqli_query($conn, $query); if(mysqli_num_rows($query_run) > 0){ foreach($query_run as $row){ ?> <div class="tp-portfolio-details-area pt-120 pb-120"> <div class="container"> <div class="row"> <div class="col-xl-6 col-lg-5"> <img src="<?php echo "admin/products/" . $row['photo'] ?>" class="pro-de" alt=""> </div> <div class="col-xl-6 col-lg-7"> <div class="tp-portfolio-details-wrapper"> <h3 class="tp-portfolio-details-title"><?php echo $row['product_name']; ?></h3> <!-- <span>₹ <?php echo $row['price']; ?></span> --> <div class="mt-2 mb-0"> <a href="contact.php" class="btn btn-info">Enquiry Now</a> </div> <p><?php echo $row['description']; ?></p> </div> </div> </div> </div> </div> <?php }} ?> <!-- project details area end --> <!-- cta area start--> <!-- <div class="tp-cta-area tp-cta-border black-bg-2 pt-10"> <div class="container"> <div class="tp-cta-content p-relative text-center fix"> <div class="tp-scroll-hr"> <div class="tp-scroll-wrap"> <h3 class="tp-cta-title">Schedule A Free Consultation for Window and Door Replacement</h3> </div> </div> <div class="get-schedule"> <a class="wow zoomIn" data-wow-duration=".8s" data-wow-delay=".5s" href="contact.html">Get<br>Schedule Now</a> </div> </div> </div> </div> --> <!-- cta area end--> </main> <?php require "inc/footer.php" ?> <!-- JS here --> <script src="assets/js/vendor/jquery.js"></script> <script src="assets/js/vendor/waypoints.js"></script> <script src="assets/js/bootstrap-bundle.js"></script> <script src="assets/js/ajax-form.js"></script> <script src="assets/js/imagesloaded-pkgd.js"></script> <script src="assets/js/isotope-pkgd.js"></script> <script src="assets/js/jarallax.js"></script> <script src="assets/js/countdown.js"></script> <script src="assets/js/magnific-popup.js"></script> <script src="assets/js/nice-select.js"></script> <script src="assets/js/purecounter.js"></script> <script src="assets/js/range-slider.js"></script> <script src="assets/js/wow.js"></script> <script src="assets/js/slick.js"></script> <script src="assets/js/swiper-bundle.js"></script> <script src="assets/js/main.js"></script> </body> <!-- Mirrored from html.storebuild.shop/widox-prv/widox/project-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 25 Jan 2025 05:28:33 GMT --> </html>