aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/15-cookies/print_r.php

13 lines
113 B
PHP
Raw Normal View History

2022-02-23 22:44:33 +01:00
<html>
<head>
<title>Cookies</title>
</head>
<body>
<xmp>
<?php
print_r($_COOKIE);
?>
</xmp>
</body>
</html>