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_13 [2019-09-09 09:25]
Daniel Viström
dvprog_13 [2019-09-09 09:25]
Daniel Viström
Line 56: Line 56:
  
  
-include('head.php');+include 'head.php';
  
 $name = 'Ulla'; $name = 'Ulla';
Line 64: Line 64:
 namnutskrift($name, $n); namnutskrift($name, $n);
    
-include('foot.php');+include 'foot.php';
  
 </code> </code>