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_12 [2019-03-25 08:58]
Daniel Viström
dvprog_12 [2019-09-09 09:24]
Daniel Viström
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';
  
 /* /*