hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
home
/
u313348419
/
domains
/
etsbay.com
/
public_html
/
Upload FileeE
HOME
<!doctype html> <html class="no-js" lang="zxx"> <head> <?php include 'include/links.php'; ?> <style> .containersss{ max-width:600px; width:100%; margin:auto; } </style> </head> <body> <!-- Add your site or application content here --> <!--header area start--> <?php include 'include/header.php'; ?> <div class="product_d_info"> <div class="container"> <div class="row"> <div class="containersss text-center"> <img src="assets/img/thanks.jpg"> <div class="text-center"> <?php $name = "select * from order_details where Unique_order_id = '".$_GET['orderid']."'"; $qname = mysqli_query($conn, $name); $qdata = mysqli_fetch_array($qname); $nameo = $qdata['name']; $total_price = $qdata['total_price']; $seasson_id = $qdata['seasson_id']; $name1 = "select * from cart where sessid = '$seasson_id'"; $qname1 = mysqli_query($conn, $name1); $qdata1 = mysqli_fetch_array($qname1); $pname = $qdata1['pname']; ?> <p>Hi <?= $nameo;?>,</p> <p style="font-size: 22px; color: #b48a3b; padding:10px 0;">Your Order for the <br>(<?= $pname?>) <br> of Rs. (<?= $total_price?>) <br> has been been confirmed.</p> <p style="font-size: 20px; color: #b48a3b; padding:10px 0;">Your Order Id is <?= $_GET['orderid'];?></p> <p style="font-size: 20px; color: #b48a3b; padding:10px 0;">We will confirm you when your Order will be dispatched!!!</p> <a href="index.php" style="font-size:25px;">Continue To Shop</a> </div> </div> </div> </div> </div> <?php include 'include/footer.php';?> <?php include 'include/script.php';?> </body> </html>