| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xamppkk/htdocs-coblaa/cranepay/ |
Upload File : |
<html>
<?php
include('db.php');
session_start();
if(isset($_SESSION['id']))
{
$my_id = $_SESSION['id'];
}
?>
<head>
<title>Crane pay</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/contactus.css" />
</head>
<body >
<input id="my_id" style="display:none;" value="<?php echo"$my_id";?>" />
<?php if(!isset($_SESSION['id'])){ echo"<script>window.open('login', '_self')</script>"; ?>
<?php }else{ ?>
<div class="main_content_div" >
<div class="home_div" >
<img onclick="history.back()" src="main_icon/bk.png" class="back_btn_img" />
<span class="send_m_title">Contact us</span>
<!--img src="main_icon/sm2.png" class="back_btn_img" /-->
</div>
<div class="send_money_div">
<span class="contact_lebal">Send us an email</span>
<span class="contact_output">cp.support@gmail.com</span>
</div>
</div>
<script>
</script>
<?php } ?>
</body>
</html>