This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql10d/cookie2.php
T

15 lines
338 B
PHP

<?php
setcookie("testcookie","Die Sonne scheint");
?>
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Cookies</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>Setzen eines Cookies</h1>
</body>
</html>