I did some homework

This commit is contained in:
Digi
2024-09-18 20:24:12 +02:00
parent dc5ff7ddad
commit 6ebd347e44
9 changed files with 111 additions and 0 deletions

16
20240918_gyak/second.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<?php
echo $_SESSION['username'];
?>
</body>
</html>