GIF89a php
Current File : /home/hencockfreshchic/public_html/app/report_problem.php
<?php
ob_start();
ini_set('error_reporting', E_STRICT);
include("session.php");
include("connect.php");
include("libs.php");
mysqli_set_charset($conn,'utf8');
date_default_timezone_set('Asia/Kolkata');
setOnline($conn,$_COOKIE["user_id"]);

?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Solway:wght@300&display=swap" rel="stylesheet">
<link href="assest/css/font-awesome.min.css" rel="stylesheet">
<link href="mystyle.css" type="text/css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet">

<!-- Latest compiled JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<link href="css/toast.css" type="text/css" rel="stylesheet">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="js/sendReport2.js"></script>
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<title>Care</title>

</head>
<body>
<section style="">
  <div class="container">
    <div class="row d-flex justify-content-center">
      <div class="col-xs-5 col-sm-8 col-md-8 col-lg-6 col-xl-4">
        <div class="card-header d-flex justify-content-between align-items-center mt-2">
          <p class="text-primary mx-auto fs-4">Report An Issue</p><br>
          </div>
        <div class="card-header d-flex justify-content-between align-items-center">
           <img src="assest/images/poBox.png" class="mx-auto mt-1" style="height:auto ; max-width: 80%">
          </div>
         <div class="row">
            <div class="col-sm-12 col-xs-12">
              <h6 class="text-muted text-center">What is Your Issue ?</h6>
              <div class="mb-4">
                <textarea class="form-control" id="exampleFormControlTextarea1" rows="4"></textarea>
              </div>
            <div class="d-grid gap-3">
              <button class="btn btn-primary py-2 fs-6 rounded-pill" type="button" onclick="sendReport2('<?php echo $_COOKIE["user_id"]; ?>')">Report  <i class="bi bi-arrow-right text-white fs-5"></i></button>
            </div>
          </div>
      </div>
    </div>
  </div>
</section>
</body>
</html>

<div id="snackbar"><span id="snack_msgg" style="color: white"></span></div>