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_06_2 [2018-09-17 10:37]
Daniel Viström
dvprog_06_2 [2022-07-18 13:20] (current)
Line 7: Line 7:
 <code php> <code php>
 <?php <?php
-include('head.php');+include 'head.php';
  
 echo '<table>'; echo '<table>';
Line 24: Line 24:
 echo '</table>'; echo '</table>';
    
-include('foot.php'); +include 'foot.php';
-?>+
 </code> </code>