aktuelle.kurse/oldies/m133/Modul_Unterlagen_133_VOR/01-Modulinhalte/08 Session Sicherheit/Cookies Sessions (Wal)/PHP7/15 - cookies/print_r.php
Müller Harald 3fdacd20c0 muh
2022-07-28 09:14:44 +02:00

13 lines
113 B
PHP

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