dashboard
unknown
plain_text
4 years ago
294 B
7
Indexable
<?php
session_start();
?>
<html>
<head>
<title>WEBDEV_OE5</title>
</head>
<body>
<div class = "box">
<h1> WELCOME </h1> <?php
echo $_SESSION['Email'];
?>
<br><br>
<h2> <a href = "login.php">Logout</a></h2> </div>
</body>
</hmtl>Editor is loading...