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_05 [2017-09-08 14:36]
Daniel Viström
dvprog_05 [2019-09-09 09:18]
Daniel Viström
Line 14: Line 14:
 <code php> <code php>
 <?php <?php
-include('head.php');+include 'head.php';
  
 $i = 1;                                // Startvärde $i = 1;                                // Startvärde
Line 22: Line 22:
 } }
  
-include('foot.php');+include 'foot.php';
 ?> ?>
 </code> </code>