Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
dvprog_06 [2023-09-11 14:22]
Daniel Viström
dvprog_06 [2023-09-18 09:15] (current)
Daniel Viström
Line 2: Line 2:
  
 <code php> <code php>
-</code> 
- 
- 
-<php> 
-/** 
 <?php <?php
 include 'head.php'; include 'head.php';
Line 17: Line 12:
 echo '</table>'; echo '</table>';
 include 'foot.php'; include 'foot.php';
 +</code>
 +
 +
 +<php>
 +/**
 +
  
 **/ **/
 </php> </php>