����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 18.222.67.8 Web Server : LiteSpeed System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/cloudmarketmw.com/ |
Upload File : |
<?php session_start(); error_reporting(0); include('includes/config.php'); if (isset($_POST['submit'])) { mysqli_query($con,"update orders set contactMethod='".$_POST['contact']."' where userId='".$_SESSION['id']."' and contactMethod is null "); unset($_SESSION['cart']); header('location:order-history.php'); } ?> <!DOCTYPE html> <html lang="en"> <head> <!-- Meta --> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="description" content=""> <meta name="author" content=""> <meta name="keywords" content="MediaCenter, Template, eCommerce"> <meta name="robots" content="all"> <title>cloud market mw | contacts</title> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/main.css"> <link rel="stylesheet" href="css/sty.css"> <link rel="stylesheet" href="assets/css/blue.css"> <link rel="shortcut icon" href="img/Logo.png"> <style> .module-title a { text-decoration: none; color: #333; /* You can change the color to your preference */ } </style> </head> <body class="cnt-home"> <header class="header-style-1"> <?php include('includes/top-header.php');?> <?php include('includes/main-header.php');?> <?php include('includes/menu-bar.php');?> </header> <div class="body-content outer-top-bd"> <div class="container"> <div class="checkout-box faq-page inner-bottom-sm"> <div class="row"> <div class="col-md-12"> <h2 class="spac module-title"><a href="tel:+265999920096"> +265 999 920 096 </a></h2> <h2 class="spac module-title"><a href="tel:+265897827840"> +265 897 827 840 </a></h2> <div class="panel-group checkout-steps" id="accordion"> </div><!-- /.checkout-steps --> </div> </div><!-- /.row --> </div><!-- /.checkout-box --> </div><!-- /.container --> </div><!-- /.body-content --> <?php include('includes/footer.php');?> </body> </html>