aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/15-cookies/print_r.php
Müller Harald 507e5da390 muh
2022-05-13 11:53:50 +02:00

13 lines
113 B
PHP

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