Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dvprog_08 [2018-11-05 08:54]
Daniel Viström
dvprog_08 [2019-09-09 09:21]
Daniel Viström
Line 1: Line 1:
-====== Tips till uppgift 8 ($_SESSION======+====== Genomgång $_SESSION ======
  
 <code php> <code php>
 <?php <?php
-include('head.php');+include 'head.php';
  
 session_name('daniel');  // Döp din session till ditt login. session_name('daniel');  // Döp din session till ditt login.
Line 43: Line 43:
  
 <?php <?php
-include('foot.php');+include 'foot.php';
  
 /* /*