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_06 [2018-09-10 15:14]
Daniel Viström
dvprog_06 [2019-09-09 09:19]
Daniel Viström
Line 3: Line 3:
 <code php> <code php>
 <?php <?php
-include('head.php');+include 'head.php';
 echo '<table style="width: 80px;">';   echo '<table style="width: 80px;">';  
 $i = 1; $i = 1;
Line 11: Line 11:
 } }
 echo '</table>'; echo '</table>';
-include('foot.php');+include 'foot.php';
 </code> </code>