9 lines
126 B
PHP
9 lines
126 B
PHP
|
|
<html>
|
||
|
|
<body>
|
||
|
|
<?php echo "<pre>" . print_r($_COOKIE, 1) . "</pre>";
|
||
|
|
?>
|
||
|
|
<h1>Cookies.php View</h1>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|