aktuelle.kurse/m133/4_Modulinhalte_und_Uebungen/15-cookies/print_r.php
Harald G. Mueller 28ff49e098 muh
2023-06-29 07:50:41 +02:00

13 lines
113 B
PHP

<html>
<head>
<title>Cookies</title>
</head>
<body>
<xmp>
<?php
print_r($_COOKIE);
?>
</xmp>
</body>
</html>