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 Both sides next revision
dvprog_08 [2018-11-05 08:56]
Daniel Viström
dvprog_08 [2019-09-09 09:21]
Daniel Viström
Line 3: Line 3:
 <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';
  
 /* /*