Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbserver/ovningar/cookies/

cookies1.php
cookiesindex.php

cookies1.php

17 lines ASCII Windows (CRLF)
<?php
session_start
();
?>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>1</title>
</head>
<body>
    <?php
    
    ?>
</body>
</html>