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
dvprog_12 [2019-03-25 08:58]
Daniel Viström
dvprog_12 [2022-07-18 13:20] (current)
Line 1: Line 1:
-====== Genomgång - Funktioner (referenser och default) ======+====== Genomgång - Funktioner (referenser och default) ======
  
 <code php> <code php>
Line 47: Line 47:
 } }
  
-include('head.php');+include 'head.php';
 $tal1 = 18; $tal1 = 18;
 echo 'tal1: ' . $tal1 . '<br>'; echo 'tal1: ' . $tal1 . '<br>';
Line 68: Line 68:
 echo ' $arr1 <br>'; echo ' $arr1 <br>';
  
-include('foot.php');+include 'foot.php';
  
 /* /*