mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-23 18:21:56 +01:00
13 lines
113 B
PHP
13 lines
113 B
PHP
<html>
|
|
<head>
|
|
<title>Cookies</title>
|
|
</head>
|
|
<body>
|
|
<xmp>
|
|
<?php
|
|
print_r($_COOKIE);
|
|
?>
|
|
</xmp>
|
|
</body>
|
|
</html>
|