| 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:/xampp/htdocs-khalafsons/khalafmaint/ |
Upload File : |
<html>
<head>
<title>ksre report</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="main_css/maint.css" />
</head>
<?php
session_start();
include('db_con.php');
?>
<?php
if(isset($_SESSION['id']))
{
$my_id = $_SESSION['id'];
$usename = $_SESSION['last_name'];
//echo $_SESSION['id'];
//echo"$usename"; echo"you name";
}
?>
<input id="my_id" style="display:none;" value="<?php echo"$my_id";?>" />
<input id="my_cpr" style="display:none;" value="<?php echo"$my_cpr";?>" />
<body>
<div class="main_contain" >
<!--div class="main_title" >Khalaf sons real estate</div-->
<img class="ksre_log" src="kvt_con/khalaf_log.jpg" />
<div class="sub_title" >Maintenance</div>
<button class="get_started_btm" onclick="document.getElementById('login').click();" >Get Started</button>
<a id="login" href="complain"></a>
<div class="footer">© 2023 NS-Developers. All rights reserved. </div>
</div>
</body>
</html>