Webbserverprogrammering 1

Show sourcecode

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

webbserverprogrammering/exercises/cookie-session/

c-s.php
c-s_1.php
c-s_2.php
c-s_3.php

c-s.php

15 lines ASCII Windows (CRLF)
<!DOCTYPE html>
<html lang="sv">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Cookie-Session</title>
</head>
<body>
  <a href="c-s_1.php">Cookie-Session 1</a>
  <br><br>
  <a href="c-s_2.php">Cookie-Session 2</a>
  <br><br>
  <a href="c-s_3.php">Cookie-Session 3</a>
</body>
</html>